| 1 | <?php |
||
| 18 | class DataLoaderManager implements GQLManagerInterface |
||
| 19 | { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @var DataLoaderCollection|GQLDataDomainInterface[] $data_loaders |
||
| 23 | */ |
||
| 24 | private $data_loaders; |
||
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * @param DataLoaderCollection|GQLDataDomainInterface[] $data_loaders |
||
| 29 | */ |
||
| 30 | public function __construct(DataLoaderCollection $data_loaders) |
||
| 34 | |||
| 35 | |||
| 36 | /** |
||
| 37 | * @throws CollectionDetailsException |
||
| 38 | * @throws CollectionLoaderException |
||
| 39 | * @since $VID:$ |
||
| 40 | */ |
||
| 41 | public function init() |
||
| 48 | } |
||
| 49 |