| 1 | <?php |
||
| 25 | final class FootnoteParser extends AbstractBlockContinueParser |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @var Footnote |
||
| 29 | * |
||
| 30 | * @psalm-readonly |
||
| 31 | */ |
||
| 32 | private $block; |
||
| 33 | |||
| 34 | 18 | public function __construct(ReferenceInterface $reference) |
|
| 38 | |||
| 39 | 18 | public function getBlock(): AbstractBlock |
|
| 43 | |||
| 44 | 12 | public function tryContinue(Cursor $cursor, BlockContinueParserInterface $activeBlockParser): ?BlockContinue |
|
| 48 | |||
| 49 | 18 | public function isContainer(): bool |
|
| 53 | |||
| 54 | 18 | public function canContain(AbstractBlock $childBlock): bool |
|
| 58 | } |
||
| 59 |