Skip to content

Commit

Permalink
Added translation text interface
Browse files Browse the repository at this point in the history
  • Loading branch information
curzio-della-santa committed Sep 29, 2015
1 parent 5b9d089 commit 9e466f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Expand Up @@ -2,7 +2,8 @@

namespace Detail\Persistence\Model\Behavior\Translatable;

class TranslationText
class TranslationText implements
TranslationTextInterface
{
/**
* @var string
Expand Down
@@ -0,0 +1,11 @@
<?php

namespace Detail\Persistence\Model\Behavior\Translatable;

interface TranslationTextInterface extends TranslationInterface
{
/**
* @return string
*/
public function getValue();
}

0 comments on commit 9e466f7

Please sign in to comment.