Documentation

DelimiterProcessorCollection
in package
implements DelimiterProcessorCollectionInterface

Interfaces, Classes and Traits

DelimiterProcessorCollectionInterface

Table of Contents

$processorsByChar  : array<string, DelimiterProcessorInterface>|array<string|int, DelimiterProcessorInterface>
add()  : void
Add the given delim processor to the collection
getDelimiterCharacters()  : array<string|int, string>
Returns an array of delimiter characters who have associated processors
getDelimiterProcessor()  : DelimiterProcessorInterface|null
Returns the delim processor which handles the given character if one exists
addDelimiterProcessorForChar()  : void
addStaggeredDelimiterProcessorForChar()  : void

Properties

Methods

getDelimiterCharacters()

Returns an array of delimiter characters who have associated processors

public getDelimiterCharacters() : array<string|int, string>
Return values
array<string|int, string>

Search results