ForwardsCalls
trait ForwardsCalls (View source)
Methods
| mixed |  forwardCallTo(mixed $object, string $method, array $parameters)  Forward a method call to the given object.  |  |
| static void |  throwBadMethodCallException(string $method)  Throw a bad method call exception for the given method.  |  
Details
protected mixed forwardCallTo(mixed $object, string $method, array $parameters)
Forward a method call to the given object.
static protected void throwBadMethodCallException(string $method)
Throw a bad method call exception for the given method.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.7/Illuminate/Support/Traits/ForwardsCalls.html