1 | <?php |
||
20 | class SearchCountDocument extends AbstractSuccessfulDocument |
||
21 | { |
||
22 | use JsonApiObjectProviderTrait; |
||
23 | |||
24 | public function __construct() |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function getMeta(): array |
||
35 | |||
36 | public function getContent( |
||
46 | |||
47 | /** |
||
48 | * {@inheritdoc} |
||
49 | */ |
||
50 | public function getLinks(): ?Links |
||
54 | |||
55 | /** |
||
56 | * {@inheritdoc} |
||
57 | */ |
||
58 | protected function createData(): DataInterface |
||
62 | |||
63 | /** |
||
64 | * {@inheritdoc} |
||
65 | */ |
||
66 | protected function fillData(Transformation $transformation): void |
||
69 | |||
70 | /** |
||
71 | * {@inheritdoc} |
||
72 | */ |
||
73 | protected function getRelationshipMember( |
||
80 | } |
||
81 |