| 1 | <?php |
||
| 17 | class IterableEntityIdPager implements EntityIdPager { |
||
| 18 | |||
| 19 | /** @var Iterator */ |
||
| 20 | private $iterator; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param iterable<EntityId> $iterable |
||
|
|
|||
| 24 | */ |
||
| 25 | public function __construct( iterable $iterable ) { |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @see EntityIdPager::fetchIds |
||
| 38 | * |
||
| 39 | * @param int $limit |
||
| 40 | * |
||
| 41 | * @return EntityId[] |
||
| 42 | */ |
||
| 43 | public function fetchIds( $limit ) { |
||
| 51 | |||
| 52 | } |
||
| 53 |
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.