Dumpable
Table of Contents
Methods
- dd() : never
- Dump the given arguments and terminate execution.
- dump() : $this
- Dump the given arguments.
Methods
dd()
Dump the given arguments and terminate execution.
public
dd(mixed ...$args) : never
Parameters
- $args : mixed
Return values
neverdump()
Dump the given arguments.
public
dump(mixed ...$args) : $this
Parameters
- $args : mixed