class
League
/
CommonMark
/
Parser
/
Block
/
AbstractBlockContinueParser
abstract
AbstractBlockContinueParser
Base class for a block parser
Slightly more convenient to extend from vs. implementing the interface
Implements
Methods
public
isContainer ( ) : void
public
canHaveLazyContinuationLines ( ) : void
public
canContain ( AbstractBlock $childBlock ) : void
public
addLine ( string $line ) : void
public