Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class PageDataMetadataCollectionProvider implements CollectionDataProviderInterface, RestrictedDataProviderInterface |
||
25 | { |
||
26 | private PageDataMetadataProvider $pageDataMetadataProvider; |
||
27 | |||
28 | public function __construct(PageDataMetadataProvider $pageDataMetadataProvider) |
||
31 | } |
||
32 | |||
33 | public function getCollection(string $resourceClass, string $operationName = null) |
||
36 | } |
||
37 | |||
38 | public function supports(string $resourceClass, string $operationName = null, array $context = []): bool |
||
43 |