platform/api/laravel/Testing/Fluent/Concerns/Debugging.yaml

34 lines
563 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []