FunctionExecutor
class FunctionExecutor
internal |
Functions executor.
Methods
add(string $name, callable $callback)
Registers run-time function.
array
getAll()
Returns all run-time functions.
callable
__get(string $name)
No description
Details
at line 32
FunctionExecutor
add(string $name, callable $callback)
Registers run-time function.
at line 44
array
getAll()
Returns all run-time functions.
at line 50
callable
__get(string $name)
No description