Pionia Core

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

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

        
On this page

Search results