class
League
/
CommonMark
/
Parser
/
Block
/
AbstractBlockContinueParser
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
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