interface
League
/
CommonMark
/
Delimiter
/
Processor
/
DelimiterProcessorCollectionInterface
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