class League / CommonMark / Delimiter / Processor / DelimiterProcessorCollection
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final

DelimiterProcessorCollection

Implements

Properties

private

$processorsByChar array|DelimiterProcessorInterface[]

Default: []

Methods

public

add ( DelimiterProcessorInterface $processor ) : void

public

getDelimiterProcessor ( string $char ) : void

public

getDelimiterCharacters ( ) : string[]

private

addDelimiterProcessorForChar ( string $delimiterChar , DelimiterProcessorInterface $processor ) : void

private

addStaggeredDelimiterProcessorForChar ( string $opening , DelimiterProcessorInterface $old , DelimiterProcessorInterface $new ) : void

public

count ( ) : void