FunctionInvoker
class FunctionInvoker (View source)
Call a function silently and throws an exception if the function result corresponds to the error result.
Constants
| DEFAULT_ERROR_RESULT |
|
| DEFAULT_EXCEPTION_CLASS |
|
Properties
| $errorResult | |||
| $exceptionClass |
Methods
static mixed
__callstatic(string $functionName, array $arguments)
No description
mixed
__call(string $functionName, array $arguments)
No description