HighOrderTapProxy
in package
Table of Contents
Properties
- $target : mixed
- The target being tapped.
Methods
- __call() : mixed
- Dynamically pass method calls to the target.
- __construct() : void
- Create a new tap proxy instance.
Properties
$target
The target being tapped.
public
mixed
$target
Methods
__call()
Dynamically pass method calls to the target.
public
__call(string $method, array<string|int, mixed> $parameters) : mixed
Parameters
- $method : string
- $parameters : array<string|int, mixed>
__construct()
Create a new tap proxy instance.
public
__construct(mixed $target) : void
Parameters
- $target : mixed