TYPO3  7.6
Public Member Functions | List of all members
GranularityInterface Interface Reference
Inheritance diagram for GranularityInterface:
Granularity Character Paragraph Sentence Word

Public Member Functions

 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 getDelimiters ()
 
 setDelimiters (array $delimiters)
 

Detailed Description

Definition at line 21 of file GranularityInterface.php.

Member Function Documentation

getDelimiters ( )

Get the delimiters that make up the granularity.

Returns
array

Implemented in Granularity.

offsetExists (   $offset)

Implemented in Granularity.

offsetGet (   $offset)

Implemented in Granularity.

offsetSet (   $offset,
  $value 
)

Implemented in Granularity.

offsetUnset (   $offset)

Implemented in Granularity.

setDelimiters ( array  $delimiters)

Set the delimiters that make up the granularity.

Parameters
array$delimiters
Returns
void

Implemented in Granularity.