Total Complexity | 7 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
23 | final class ChainSubresourceDataProvider implements SubresourceDataProviderInterface |
||
24 | { |
||
25 | private $dataProviders; |
||
26 | |||
27 | /** |
||
28 | * @param SubresourceDataProviderInterface[] $dataProviders |
||
29 | */ |
||
30 | public function __construct(array $dataProviders) |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function getSubresource(string $resourceClass, array $identifiers, array $context, string $operationName = null) |
||
56 |