RouteCacheCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Job::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

Manager::setEventDispatcher()

void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance to be used by connections. Parameters Dispatcher $dispatcher Return Value void

RouteCacheCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

Writer::useErrorLog()

void useErrorLog(string $level = 'debug', int $messageType = ErrorLogHandler::OPERATING_SYSTEM) Register an error_log handler. Parameters string $level int $messageType Return Value void

Model::isDirty()

bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool

SortedMiddleware::except()

Collection except(mixed $keys) Get all items except for those with the specified keys. Parameters mixed $keys Return Value Collection

MorphPivot::hasGetMutator()

bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool

CacheBasedSessionHandler::gc()

gc($lifetime) {@inheritdoc} Parameters $lifetime

MailableFake::sendNow()

mixed sendNow(Mailable $mailable) Send a mailable message immediately. Parameters Mailable $mailable Return Value mixed