trait
Illuminate
/
Testing
/
Fluent
/
Concerns
/
Debugging
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Debugging
Methods
public
dump ( string $prop ) : $this
Dumps the given props.
Parameters
- $prop string|null
public
dd ( string $prop ) : void
Dumps the given props and exits.
Parameters
- $prop string|null
protected
abstract
prop ( string $key ) : mixed
Retrieve a prop within the current scope using "dot" notation.
Parameters
- $key string|null