ScheduleRunCommand::comment()

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

Builder::onDelete()

void onDelete(Closure $callback) Register a replacement for the default delete function. Parameters Closure $callback Return Value void

Builder::chunk()

bool chunk(int $count, callable $callback) Chunk the results of the query. Parameters int $count callable $callback Return Value bool

Guard::user()

Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null

BelongsToMany::newPivotStatement()

Builder newPivotStatement() Get a new plain query builder for the pivot table. Return Value Builder

User::getOriginal()

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

ScheduleRunCommand::info()

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

JsonResponse::cookie()

$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

ConsoleMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

CallbackEvent::filtersPass()

bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool