trait
Illuminate
/
Testing
/
Fluent
/
Concerns
/
Debugging
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
Debugging
Methods
public
dump ( string $prop ) : $this
Dumps the given props.
Parameters
- $prop string|null
protected
abstract
prop ( string $key ) : mixed
Retrieve a prop within the current scope using "dot" notation.
Parameters
- $key string|null