-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
60 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* | ||
* @author Nicolas Bastien <[email protected]> | ||
* | ||
* @deprecated since version 2.x, to be removed in 3.0. | ||
* @deprecated since version 2.9, to be removed in 3.0. | ||
*/ | ||
abstract class AbstractTranslatable | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* | ||
* @author Nicolas Bastien <[email protected]> | ||
* | ||
* @deprecated since version 2.x, to be removed in 3.0. Create your own instead. | ||
* @deprecated since version 2.9, to be removed in 3.0. Create your own instead. | ||
* @see https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md : Personal translations | ||
*/ | ||
abstract class AbstractPersonalTranslatable extends AbstractTranslatable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* | ||
* @author Nicolas Bastien <[email protected]> | ||
* | ||
* @deprecated since version 2.x, to be removed in 3.0. Create your own instead. | ||
* @deprecated since version 2.9, to be removed in 3.0. Create your own instead. | ||
* @see https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md : Personal translations | ||
*/ | ||
class AbstractPersonalTranslation extends GedmoAbstractPersonalTranslation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* | ||
* @author Nicolas Bastien <[email protected]> | ||
* | ||
* @deprecated since version 2.x, to be removed in 3.0. Create your own instead. | ||
* @deprecated since version 2.9, to be removed in 3.0. Create your own instead. | ||
* @see https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md | ||
*/ | ||
abstract class AbstractTranslatable extends \Sonata\TranslationBundle\Model\AbstractTranslatable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* | ||
* If you don't want to use trait, you can extend AbstractPersonalTranslatable instead. | ||
* | ||
* @deprecated since version 2.x, to be removed in 3.0. Create your own trait instead. | ||
* @deprecated since version 2.9, to be removed in 3.0. Create your own trait instead. | ||
* | ||
* @author Nicolas Bastien <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* | ||
* If you don't want to use trait, you can extend AbstractTranslatable instead. | ||
* | ||
* @deprecated since version 2.x, to be removed in 3.0. Create your own trait instead. | ||
* @deprecated since version 2.9, to be removed in 3.0. Create your own trait instead. | ||
* | ||
* @author Nicolas Bastien <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* | ||
* @author Nicolas Bastien <[email protected]> | ||
* | ||
* @deprecated since version 2.x and will be removed in 3.0. | ||
* @deprecated since version 2.9 and will be removed in 3.0. | ||
*/ | ||
trait TranslatableTrait | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters