30 lines
478 B
YAML
30 lines
478 B
YAML
|
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: []
|