ForwardCallAware
- Full name:
\Qubus\Inheritance\ForwardCallAware
Methods
forwardCallTo
Forward a method call to the given object.
Parameters:
Parameter | Type | Description |
---|---|---|
$object | mixed | |
$method | string | |
$parameters | array |
Throws:
forwardDecoratedCallTo
Forward a method call to the given object, returning $this if the forwarded call returned itself.
Parameters:
Parameter | Type | Description |
---|---|---|
$object | mixed | |
$method | string | |
$parameters | array |
Throws:
throwBadMethodCallException
Throw a bad method call exception for the given method.
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$method | string |
Throws:
Automatically generated on 2025-10-13