void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
void onDelete(Closure $callback) Register a replacement for the default delete function. Parameters Closure $callback Return Value void
bool chunk(int $count, callable $callback) Chunk the results of the query. Parameters int $count callable $callback Return Value bool
Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null
Builder newPivotStatement() Get a new plain query builder for the pivot table. Return Value Builder
mixed|array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value mixed|array
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
Application getLaravel() Get the Laravel application instance. Return Value Application
bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool
Page 92 of 996