‪TYPO3CMS  ‪main
TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing\ArrayProcessing Class Reference

Public Member Functions

 __construct (string $identifier, string $expression, callable $processor)
 
 getIdentifier ()
 
 getExpression ()
 
 getProcessor ()
 

Protected Attributes

string $identifier
 
string $expression
 
callable $processor
 

Detailed Description

Helper for array processing

Scope: frontend / backend

Definition at line 26 of file ArrayProcessing.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing\ArrayProcessing::__construct ( string  $identifier,
string  $expression,
callable  $processor 
)

Member Function Documentation

◆ getExpression()

TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing\ArrayProcessing::getExpression ( )

◆ getIdentifier()

TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing\ArrayProcessing::getIdentifier ( )

◆ getProcessor()

TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing\ArrayProcessing::getProcessor ( )

Member Data Documentation

◆ $expression

◆ $identifier

◆ $processor