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

Public Member Functions

 __construct (string $identifier, string $expression, callable $processor)
 
string getIdentifier ()
 
string getExpression ()
 
callable 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()

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

◆ getIdentifier()

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

◆ getProcessor()

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

Member Data Documentation

◆ $expression

◆ $identifier

◆ $processor