trait Debugging (View source)

Methods

dump(string $prop = null)

Dumps the given props.

void
dd(string $prop = null)

Dumps the given props and exits.

mixed
prop(string $key = null)

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

Details

Debugging dump(string $prop = null)

Dumps the given props.

Parameters

string $prop

Return Value

Debugging

void dd(string $prop = null)

Dumps the given props and exits.

Parameters

string $prop

Return Value

void

abstract protected mixed prop(string $key = null)

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

Parameters

string $key

Return Value

mixed