1 | <?php |
||
24 | class TableCaption extends AbstractStringContainerBlock implements InlineContainerInterface |
||
25 | { |
||
26 | public $id; |
||
27 | |||
28 | 4 | public function __construct(string $caption, string $id = null) |
|
34 | |||
35 | public function canContain(AbstractBlock $block): bool |
||
39 | |||
40 | public function isCode(): bool |
||
44 | |||
45 | public function matchesNextLine(Cursor $cursor): bool |
||
49 | |||
50 | public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void |
||
53 | } |
||
54 |