ArrayProcessing
Helper for array processing
Scope: frontend / backend
Table of Contents
Properties
- $expression : string
- $identifier : string
- $processor : callable
Methods
- __construct() : mixed
- getExpression() : string
- getIdentifier() : string
- getProcessor() : callable
Properties
$expression
protected
string
$expression
$identifier
protected
string
$identifier
$processor
protected
callable
$processor
Methods
__construct()
public
__construct(string $identifier, string $expression, callable $processor) : mixed
Parameters
- $identifier : string
- $expression : string
- $processor : callable
getExpression()
public
getExpression() : string
Return values
stringgetIdentifier()
public
getIdentifier() : string
Return values
stringgetProcessor()
public
getProcessor() : callable