1 | <?php |
||
10 | class Collection extends TraversableBackedCollection |
||
11 | { |
||
12 | /** |
||
13 | * @return Codepoint[]|Codepoint\Collection |
||
14 | */ |
||
15 | public function expand() |
||
21 | |||
22 | /** |
||
23 | * @return \Generator |
||
24 | */ |
||
25 | private function yieldCodepoints() |
||
34 | |||
35 | /** |
||
36 | * @return string |
||
37 | */ |
||
38 | public function toRegexCharacterClass() |
||
48 | } |
||
49 |