1 | <?php |
||
10 | class Shift extends ShiftIterator |
||
11 | { |
||
12 | /** |
||
13 | * Get the generator. |
||
14 | * |
||
15 | * @return \Generator |
||
16 | * The generator |
||
17 | */ |
||
18 | public function generator() |
||
22 | |||
23 | /** |
||
24 | * Get the generator. |
||
25 | * |
||
26 | * @codingStandardsIgnoreStart |
||
27 | * |
||
28 | * @return \Generator |
||
29 | * The generator |
||
30 | * @codingStandardsIgnoreEnd |
||
31 | */ |
||
32 | protected function get() |
||
39 | } |
||
40 |