Copied!
AbstractInterface
Methods
public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::addLine(string $line) : void
 

Add the given line of text to the current block

public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::canContain(League\CommonMark\Node\Block\AbstractBlock $childBlock) : bool
 

Determine whether the current block being parsed can contain the given child block

public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::canHaveLazyContinuationLines() : bool
 

Return whether we are interested in possibly lazily parsing any subsequent lines

public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::closeBlock() : void
 

Close and finalize the current block

public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::getBlock() : League\CommonMark\Node\Block\AbstractBlock
 

Return the current block being parsed by this parser

public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::isContainer() : bool
 

Return whether we are parsing a container block

public abstract parseInlines(League\CommonMark\Parser\InlineParserEngineInterface $inlineParser) : void
 

Parse any inlines inside of the current block

public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::tryContinue(League\CommonMark\Parser\Cursor $cursor, League\CommonMark\Parser\Block\BlockContinueParserInterface $activeBlockParser) : ?League\CommonMark\Parser\Block\BlockContinue
 

Attempt to parse the given line

© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration