trait ForwardsCalls (View source)
| mixed | forwardCallTo(mixed $object, string $method, array $parameters)
Forward a method call to the given object. | |
| mixed | forwardDecoratedCallTo(mixed $object, string $method, array $parameters)
Forward a method call to the given object, returning $this if the forwarded call returned itself. | |
| static void | throwBadMethodCallException(string $method)
Throw a bad method call exception for the given method. |
Forward a method call to the given object.
Forward a method call to the given object, returning $this if the forwarded call returned itself.
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/11.x/Illuminate/Support/Traits/ForwardsCalls.html