1 | <?php |
||
7 | class CollectionStringy extends \Arrayy\Collection\AbstractCollection |
||
8 | { |
||
9 | 1 | public function getType(): string |
|
13 | |||
14 | /** |
||
15 | * @return Stringy[] |
||
16 | */ |
||
17 | public function getAll(): array |
||
21 | |||
22 | /** |
||
23 | * @return \Generator|Stringy[] |
||
24 | */ |
||
25 | 1 | public function getGenerator(): \Generator |
|
29 | } |
||
30 |