34 lines
563 B
YAML
34 lines
563 B
YAML
|
name: Debugging
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Dumpable
|
||
|
type: class
|
||
|
source: Illuminate\Support\Traits\Dumpable
|
||
|
- name: Dumpable
|
||
|
type: class
|
||
|
source: Dumpable
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: dump
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: prop
|
||
|
default: 'null'
|
||
|
comment: '# * Dumps the given props.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string|null $prop
|
||
|
|
||
|
# * @return $this'
|
||
|
- name: prop
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: key
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Illuminate\Support\Traits\Dumpable
|
||
|
- Dumpable
|
||
|
interfaces: []
|