sulu / SuluProductBundle

Sulu product bundle
MIT License
7 stars 8 forks source link

[FEATURE] get translationByLocale of AttributeValue #326

Closed yanc3k closed 8 years ago

yanc3k commented 8 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT

What's in this PR?

Entity method to retrieve translated AttributeValues of a product by a given locale.

Why?

Which problem does the PR fix? (remove this section if you linked an issue above)

Example Usage

// If you added new features, show examples of how to use them here
// (remove this section if not a new feature)

$foo = new Foo();

// Now we can do
$foo->doSomething();

BC Breaks/Deprecations

Describe BC breaks/deprecations here. (remove this section if not needed)

To Do

trickreich commented 8 years ago

ack