1 | <?php |
||
22 | class TableRow extends AbstractBlock |
||
23 | { |
||
24 | public function canContain(AbstractBlock $block): bool |
||
28 | |||
29 | public function isCode(): bool |
||
33 | |||
34 | public function matchesNextLine(Cursor $cursor): bool |
||
38 | |||
39 | /** |
||
40 | * @return AbstractBlock[] |
||
41 | */ |
||
42 | 69 | public function children(): iterable |
|
48 | } |
||
49 |