class
League
/
CommonMark
/
Parser
/
InlineParserContext
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
InlineParserContext
Properties
private
$container
Default: null
private
$referenceMap
Default: null
private
$cursor
Default: null
private
$delimiterStack
Default: null
private
$matches string[]
Default: null
Methods
public
__construct ( Cursor $contents , AbstractBlock $container , ReferenceMapInterface $referenceMap ) : void
public
getContainer ( ) : void
public
getReferenceMap ( ) : void
public
getCursor ( ) : void
public
getDelimiterStack ( ) : void
public
getFullMatch ( ) : string
public
getFullMatchLength ( ) : int
public
getMatches ( ) : string[]
public
getSubMatches ( ) : string[]
public
withMatches ( array $matches ) : void
Parameters
- $matches string[]