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.