| 1 | <?php |
||
| 10 | class StdNormalizable extends \StdClass implements NormalizableInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @see NormalizableInterface::getScopes() |
||
| 14 | */ |
||
| 15 | public static function getScopes() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @see NormalizableInterface::normalize() |
||
| 22 | */ |
||
| 23 | public function normalize($scope = 'default') |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @see NormalizableInterface::denormalize() |
||
| 30 | */ |
||
| 31 | public function denormalize(array $data) |
||
| 39 | } |
||
| 40 |