| 1 | <?php |
||
| 19 | class Api extends JsonDataNode |
||
| 20 | { |
||
| 21 | |||
| 22 | const NODE_NAME = 'api'; |
||
| 23 | |||
| 24 | |||
| 25 | /** |
||
| 26 | * JsonDataNodeHandler constructor. |
||
| 27 | * |
||
| 28 | * @param JsonDataNodeValidator $validator |
||
| 29 | */ |
||
| 30 | public function __construct(JsonDataNodeValidator $validator) |
||
| 35 | |||
| 36 | |||
| 37 | /** |
||
| 38 | * @throws DomainException |
||
| 39 | * @since $VID:$ |
||
| 40 | */ |
||
| 41 | public function initialize() |
||
| 52 | } |
||
| 53 |