The __call method cannot be called directly. It acts as a proxy and is the "magic method" used to route the endpoint names to method names in the library.
Parameters
$name | The method name to find |
---|
$arguments | The arguments to pass to the method |
---|
Return value
The return value is dynamic, and not recorded here. In the event that you call an invalid method, this function throws a MethodNotFoundException.