class Illuminate / Support / HigherOrderTapProxy
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

HigherOrderTapProxy

Properties

public

$target mixed

The target being tapped.

Default: null

Methods

public

__construct ( $target ) : void

Create a new tap proxy instance.

Parameters

  • $target mixed
public

__call ( $method , $parameters ) : mixed

Dynamically pass method calls to the target.

Parameters

  • $method string
  • $parameters array