1 | <?php |
||
23 | class TableRow extends AbstractBlock |
||
24 | { |
||
25 | public function canContain(AbstractBlock $block): bool |
||
29 | |||
30 | public function isCode(): bool |
||
34 | |||
35 | public function matchesNextLine(Cursor $cursor): bool |
||
39 | |||
40 | /** |
||
41 | * @return AbstractBlock[] |
||
42 | */ |
||
43 | public function children(): iterable |
||
47 | } |
||
48 |