Documentation

DelimiterProcessorCollectionInterface

Table of Contents

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

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