class League / CommonMark / Extension / SmartPunct / QuoteParser
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final

QuoteParser

Implements

Constants

public

DOUBLE_QUOTES

Default: array
public

SINGLE_QUOTES

Default: array

Methods

public

getMatchDefinition ( ) : void

public

parse ( InlineParserContext $inlineContext ) : void

Normalizes any quote characters found and manually adds them to the delimiter stack

private

getNormalizedQuoteCharacter ( string $character ) : void

private

determineFlanking ( string $charBefore , string $charAfter ) : bool[]