class Illuminate / Support / HigherOrderTapProxy
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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