Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class Product extends ParentClass implements ProductGetInterface |
||
25 | { |
||
26 | use ApiMediator, ApiGetMediator; |
||
27 | |||
28 | /** |
||
29 | * @inheritDoc |
||
30 | * Fetch {resource} details from AE API. |
||
31 | */ |
||
32 | public function schema(DtoInterface $generalRequest, array $serviceRequest): DecoratorInterface |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @inheritDoc |
||
39 | * Fetch {resource} details from AE API. |
||
40 | */ |
||
41 | public function groups(DtoInterface $generalRequest, array $serviceRequest): DecoratorInterface |
||
46 |