FilterExecutor
class FilterExecutor
internal |
Filter executor.
Methods
add(string|null $name, callable $callback)
Registers run-time filter.
array
getAll()
Returns all run-time filters.
callable
__get($name)
Returns filter for classic calling.
mixed
Details
at line 68
FilterExecutor
add(string|null $name, callable $callback)
Registers run-time filter.
at line 85
array
getAll()
Returns all run-time filters.
at line 94
callable
__get($name)
Returns filter for classic calling.
at line 142
mixed
filterContent(string $name, FilterInfo $info, ...$args)
Calls filter with FilterInfo.