HigherOrderTapProxy
class HigherOrderTapProxy
Methods
__construct(mixed $target)
Create a new tap proxy instance.
mixed
__call(string $method, array $parameters)
Dynamically pass method calls to the target.
Details
at line 12
__construct(mixed $target)
Create a new tap proxy instance.
at line 20
mixed
__call(string $method, array $parameters)
Dynamically pass method calls to the target.