platform/api/laravel/Support/Traits/Dumpable.yaml

30 lines
478 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Dumpable
class_comment: null
dependencies: []
properties: []
methods:
- name: dd
visibility: public
parameters:
- name: '...$args'
comment: '# * Dump the given arguments and terminate execution.
# *
# * @param mixed ...$args
# * @return never'
- name: dump
visibility: public
parameters:
- name: '...$args'
comment: '# * Dump the given arguments.
# *
# * @param mixed ...$args
# * @return $this'
traits: []
interfaces: []