1 | <?php |
||
9 | class Surrogate extends NonCharacter |
||
10 | { |
||
11 | /** |
||
12 | * @param Codepoint $codepoint |
||
13 | * @param General $generalProperties |
||
14 | * @throws InvalidArgumentException |
||
15 | */ |
||
16 | public function __construct(Codepoint $codepoint, General $generalProperties) |
||
24 | |||
25 | /** |
||
26 | * @param Block $block |
||
27 | * @return bool |
||
28 | */ |
||
29 | private function isValidBlock(Block $block) |
||
39 | } |