class League / CommonMark / Parser / InlineParserContext
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[]