__call()
__call(string $name, mixed $values) : mixed
Magic call.
This method handles dynamic method calls, typically for macros.
Parameters
string |
$name |
Holds the method name.
|
mixed |
$values |
Holds the method params/values.
|
Throws
- \Exception
Returns
mixed
—