class
League
/
CommonMark
/
Parser
/
Block
/
ParagraphParser
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
ParagraphParser
Extends
Implements
Properties
private
$block
Default: null
private
$referenceParser
Default: null
Methods
public
__construct ( ) : void
public
canHaveLazyContinuationLines ( ) : void
public
getBlock ( ) : void
public
tryContinue ( Cursor $cursor , BlockContinueParserInterface $activeBlockParser ) : void
public
addLine ( string $line ) : void
public
closeBlock ( ) : void
public
parseInlines ( InlineParserEngineInterface $inlineParser ) : void
public
getContentString ( ) : void
public