| 1 | <?php |
||
| 7 | class CollectionStringy extends \Arrayy\Collection\AbstractCollection |
||
| 8 | { |
||
| 9 | 77 | public function getType(): string |
|
| 13 | |||
| 14 | /** |
||
| 15 | * @return Stringy[] |
||
| 16 | */ |
||
| 17 | public function getAll(): array |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return \Generator|Stringy[] |
||
| 24 | */ |
||
| 25 | 76 | public function getGenerator(): \Generator |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @return string[] |
||
| 32 | */ |
||
| 33 | 1 | public function toStrings(): array { |
|
| 44 | |||
| 45 | public function addString(string $string): CollectionStringy |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @param string[] $strings |
||
| 54 | * |
||
| 55 | * @return static |
||
| 56 | */ |
||
| 57 | 1 | public static function createFromStrings($strings = []): self { |
|
| 64 | } |
||
| 65 |