Dump
class Dump extends Mutator (View source)
Allows you to dump the value inside a chain of mutators for inspection while developing.
Uses the dump
function if available, otherwise falls back to var_dump
.
Methods
__construct(mixed ...$args)
No description
mixed
mutate(mixed $value)
Mutate the input value.
Details
__construct(mixed ...$args)
No description
static Dump
make(mixed ...$args)
No description
mixed
mutate(mixed $value)
Mutate the input value.