trait Debugging (View source)

Traits

Methods

never
dd(mixed ...$args)

Dump the given arguments and terminate execution.

from  Dumpable
dump(string $prop = null)

Dumps the given props.

mixed
prop(string $key = null)

Retrieve a prop within the current scope using "dot" notation.

Details

never dd(mixed ...$args)

Dump the given arguments and terminate execution.

Parameters

mixed ...$args

Return Value

never

Debugging dump(string $prop = null)

Dumps the given props.

Parameters

string $prop

Return Value

Debugging

abstract protected mixed prop(string $key = null)

Retrieve a prop within the current scope using "dot" notation.

Parameters

string $key

Return Value

mixed