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(string $name)
Returns filter for classic calling.
mixed
Details
at line 69
FilterExecutor
add(string|null $name, callable $callback)
Registers run-time filter.
at line 87
array
getAll()
Returns all run-time filters.
at line 96
callable
__get(string $name)
Returns filter for classic calling.
at line 147
mixed
filterContent(string $name, FilterInfo $info, mixed ...$args)
Calls filter with FilterInfo.