| 1 | <?php | ||
| 11 | class NGrams extends NGramsIterator implements GeneratorInterface | ||
| 12 | { | ||
| 13 | /** | ||
| 14 |      * {@inheritdoc} | ||
| 15 | */ | ||
| 16 | public function generator() | ||
| 20 | |||
| 21 | /** | ||
| 22 |      * {@inheritdoc} | ||
| 23 | */ | ||
| 24 | public function toArray() | ||
| 28 | |||
| 29 | /** | ||
| 30 | * Get the generator. | ||
| 31 | * | ||
| 32 | * @codingStandardsIgnoreStart | ||
| 33 | * | ||
| 34 | * @return \Generator | ||
| 35 | * The generator | ||
| 36 | * @codingStandardsIgnoreEnd | ||
| 37 | */ | ||
| 38 | protected function get() | ||
| 45 | } | ||
| 46 |