1 | <?php |
||
9 | final class EmptyResource extends AbstractResource |
||
10 | { |
||
11 | public function getType($entity): string |
||
15 | |||
16 | public function getId($entity): string |
||
20 | |||
21 | public function getMeta($entity): array |
||
25 | |||
26 | public function getLinks($entity): ?ResourceLinks |
||
30 | |||
31 | public function getAttributes($entity): array |
||
35 | |||
36 | public function getDefaultIncludedRelationships($entity): array |
||
40 | |||
41 | public function getRelationships($entity): array |
||
45 | } |
||
46 |