Copied!
AbstractInterface
Methods
public abstract add(League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface $processor) : void
 

Add the given delim processor to the collection

  • param \DelimiterProcessorInterface $processor The delim processor to add
  • throws \InvalidArgumentException Exception will be thrown if attempting to add multiple processors for the same character
public abstract Countable::count()
public abstract getDelimiterCharacters() : array
 

Returns an array of delimiter characters who have associated processors

  • return string[]
public abstract getDelimiterProcessor(string $char) : ?League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface
 

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

© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration