trait Illuminate / Support / Traits / Tappable
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Tappable

Methods

public

tap ( $callback ) : $this|HigherOrderTapProxy

Call the given Closure with this instance then return the instance.

Parameters

  • $callback callable|null