api/laravel/Support/Traits/Tappable.yaml

20 lines
427 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: Tappable
class_comment: null
dependencies: []
properties: []
methods:
- name: tap
visibility: public
parameters:
- name: callback
default: 'null'
comment: '# * Call the given Closure with this instance then return the instance.
# *
# * @param (callable($this): mixed)|null $callback
# * @return ($callback is null ? \Illuminate\Support\HigherOrderTapProxy : $this)'
traits: []
interfaces: []