Documentation

DelimiterProcessorCollection
in package
implements DelimiterProcessorCollectionInterface

FinalYes

Table of Contents

Interfaces

DelimiterProcessorCollectionInterface

Properties

$processorsByChar  : array<string, DelimiterProcessorInterface>|array<string|int, DelimiterProcessorInterface>

Methods

add()  : void
Add the given delim processor to the collection
count()  : int
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>

        
On this page

Search results