class FilterExecutor

internal  
 

Filter executor.

Methods

add($name, $callback)

Registers run-time filter.

string[]
getAll()

Returns all run-time filters.

callable
__get($name)

Returns filter for classic calling.

mixed
filterContent($name, FilterInfo $info, $arg)

Calls filter with FilterInfo.

Details

at line 69
FilterExecutor add($name, $callback)

Registers run-time filter.

Parameters

$name
$callback

Return Value

FilterExecutor

at line 86
string[] getAll()

Returns all run-time filters.

Return Value

string[]

at line 96
callable __get($name)

Returns filter for classic calling.

Parameters

$name

Return Value

callable

at line 144
mixed filterContent($name, FilterInfo $info, $arg)

Calls filter with FilterInfo.

Parameters

$name
FilterInfo $info
$arg

Return Value

mixed