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

DelimiterProcessorCollectionInterface

Methods

public

add ( DelimiterProcessorInterface $processor ) : void

Add the given delim processor to the collection

Parameters

  • $processor DelimiterProcessorInterface
    The delim processor to add
public

getDelimiterProcessor ( string $char ) : void

Returns the delim processor which handles the given character if one exists

public

getDelimiterCharacters ( ) : string[]

Returns an array of delimiter characters who have associated processors