| 1 | <?php |
||
| 19 | class ApiError extends JsonObject |
||
| 20 | { |
||
| 21 | 18 | public function fieldDefinitions() |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param array $data |
||
| 31 | * @param Context|callable $context |
||
| 32 | * @return static |
||
| 33 | */ |
||
| 34 | 20 | public static function fromArray(array $data, $context = null) |
|
| 44 | |||
| 45 | 20 | protected static function pascalcase($name) |
|
| 57 | } |
||
| 58 |