| 1 | <?php |
||
| 8 | class FakeEntityPageBatchFetcher implements EntityPageBatchFetcher { |
||
| 9 | |||
| 10 | private $idsToIgnore; |
||
| 11 | |||
| 12 | public function __construct( array $idsToIgnore = [] ) { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param string[] $entityIds |
||
| 18 | * |
||
| 19 | * @return EntityPage[] |
||
| 20 | */ |
||
| 21 | public function fetchEntityPages( array $entityIds ): array { |
||
| 24 | |||
| 25 | } |
||
| 26 |