| 1 | <?php |
||
| 17 | class Locale extends JsonDataNode |
||
| 18 | { |
||
| 19 | |||
| 20 | const NODE_NAME = 'locale'; |
||
| 21 | |||
| 22 | |||
| 23 | /** |
||
| 24 | * JsonDataNodeHandler constructor. |
||
| 25 | * |
||
| 26 | * @param JsonDataNodeValidator $validator |
||
| 27 | */ |
||
| 28 | public function __construct(JsonDataNodeValidator $validator) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritDoc |
||
| 36 | */ |
||
| 37 | public function initialize() |
||
| 48 | } |
||
| 49 |