ResetCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

ClearRemindersCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Factory::alias()

void alias(string $view, string $alias) Add an alias for a view. Parameters string $view string $alias Return Value void

NullQueue::pushOn()

mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. Parameters string $queue string $job mixed $data Return Value mixed

MailMessage::line()

$this line(Action|string $line) Add a line of text to the notification. Parameters Action|string $line Return Value $this

User::getFillable()

array getFillable() Get the fillable attributes for the model. Return Value array

JobExceptionOccurred

JobExceptionOccurred class JobExceptionOccurred (View source) Properties string $connectionName The connection name. Job $job The job instance. Exception $exception The exception instance.

Queue\Console

Illuminate\Queue\Console Classes FailedTableCommand FlushFailedCommand ForgetFailedCommand ListFailedCommand ListenCommand RestartCommand RetryCommand SubscribeCommand WorkCommand

RedisJob::getReservedJob()

string getReservedJob() Get the underlying reserved Redis job. Return Value string

RefreshCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array