Skip to content

Commit

Permalink
[SPI] Add some todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jul 2, 2018
1 parent 5ee5a60 commit a9de311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eZ/Publish/SPI/Repository/Values/MultiLanguageDescription.php
Expand Up @@ -13,6 +13,8 @@
*
* Provides a uniform way for API consuming logic to generate translated description labels
* for API objects.
*
* @todo Move to API, Repository is not a SPI concept.
*/
interface MultiLanguageDescription
{
Expand Down
2 changes: 2 additions & 0 deletions eZ/Publish/SPI/Repository/Values/MultiLanguageName.php
Expand Up @@ -14,6 +14,8 @@
* Provides a uniform way for API consuming logic to generate translated names / labels
* for API objects.
* Language logic is meant to also be used for description, fields, ... lookup as well.
*
* @todo Move to API, Repository is not a SPI concept.
*/
interface MultiLanguageName
{
Expand Down

0 comments on commit a9de311

Please sign in to comment.