| 1 | <?php |
||
| 22 | final class ChainSubresourceDataProvider implements SubresourceDataProviderInterface |
||
| 23 | { |
||
| 24 | private $dataProviders; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param SubresourceDataProviderInterface[] $dataProviders |
||
| 28 | */ |
||
| 29 | public function __construct(array $dataProviders) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function getSubresource(string $resourceClass, array $identifiers, array $context, string $operationName) |
||
| 47 | } |
||
| 48 |