1 | <?php |
||
14 | abstract class ArraySerializer extends BaseSerializer |
||
15 | { |
||
16 | |||
17 | protected $methods = [ |
||
18 | 'get' |
||
19 | ]; |
||
20 | |||
21 | /** |
||
22 | * (non-PHPdoc) |
||
23 | * |
||
24 | * @see \Solvire\API\Serializers\BaseSerializer::jsonSerialize() |
||
25 | */ |
||
26 | 2 | public function jsonSerialize() |
|
30 | |||
31 | /** |
||
32 | * |
||
33 | * @return multitype:NULL |
||
|
|||
34 | */ |
||
35 | 4 | public function toArray() |
|
45 | |||
46 | /** |
||
47 | * |
||
48 | * @param array $data |
||
49 | */ |
||
50 | 4 | public function loadData($data) |
|
62 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.