class
League
/
CommonMark
/
Parser
/
MarkdownParserState
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
MarkdownParserState
Implements
Properties
private
$activeBlockParser
Default: null
private
$lastMatchedBlockParser
Default: null
Methods
public
__construct ( BlockContinueParserInterface $activeBlockParser , BlockContinueParserInterface $lastMatchedBlockParser ) : void
public
getActiveBlockParser ( ) : void
public
getLastMatchedBlockParser ( ) : void
public