| 1 | <?php |
||
| 16 | class IterableEntityIdPager implements EntityIdPager { |
||
| 17 | |||
| 18 | /** @var Iterator */ |
||
| 19 | private $iterator; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param iterable<EntityId> $iterable |
||
|
|
|||
| 23 | */ |
||
| 24 | public function __construct( iterable $iterable ) { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @see EntityIdPager::fetchIds |
||
| 37 | * |
||
| 38 | * @param int $limit |
||
| 39 | * |
||
| 40 | * @return EntityId[] |
||
| 41 | */ |
||
| 42 | public function fetchIds( $limit ) { |
||
| 50 | |||
| 51 | } |
||
| 52 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.