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.

Parameters

string $name
callable $callback

Return Value

FunctionExecutor

at line 44
array getAll()

Returns all run-time functions.

Return Value

array

at line 50
callable __get(string $name)

No description

Parameters

string $name

Return Value

callable