ArrayProcessing

Helper for array processing

Scope: frontend / backend

Internal

Table of Contents

Properties

$expression  : string
$identifier  : string
$processor  : callable

Methods

__construct()  : mixed
getExpression()  : string
getIdentifier()  : string
getProcessor()  : callable

Properties

Methods

__construct()

public __construct(string $identifier, string $expression, callable $processor) : mixed
Parameters
$identifier : string
$expression : string
$processor : callable

getExpression()

public getExpression() : string
Return values
string

getIdentifier()

public getIdentifier() : string
Return values
string

getProcessor()

public getProcessor() : callable
Return values
callable

        
On this page

Search results