HigherOrderTapProxy

class HigherOrderTapProxy (View source)

Properties

mixed $target The target being tapped.

Methods

void __construct(mixed $target)

Create a new tap proxy instance.

mixed __call(string $method, array $parameters)

Dynamically pass method calls to the target.

Details

void __construct(mixed $target)

Create a new tap proxy instance.

Parameters

mixed $target

Return Value

void

mixed __call(string $method, array $parameters)

Dynamically pass method calls to the target.

Parameters

string $method
array $parameters

Return Value

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.5/Illuminate/Support/HigherOrderTapProxy.html