Rev 49 | Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 49 | Rev 51 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?php
|
1 | <?php
|
| 2 | 2 | ||
| - | 3 | namespace PointedEars\PHPX; |
|
| - | 4 | ||
| 3 | /**
|
5 | /**
|
| 4 | * Interface to be implemented if the model should be localizable
|
6 | * Interface to be implemented if the model should be localizable
|
| 5 | */
|
7 | */
|
| 6 | interface ILocalizable
|
8 | interface ILocalizable
|
| 7 | {
|
9 | {
|