int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void info(string $string) Write a string as information output. Parameters string $string Return Value void
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 __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
$this from(string $username, string|null $icon = null) Set a custom user icon for the Slack message. Parameters string $username string|null $icon Return Value $this
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
string getReservedJob() Get the underlying reserved Redis job. Return Value string
Illuminate\Queue\Console Classes FailedTableCommand FlushFailedCommand ForgetFailedCommand ListFailedCommand ListenCommand RestartCommand RetryCommand SubscribeCommand WorkCommand
JobExceptionOccurred class JobExceptionOccurred (View source) Properties string $connectionName The connection name. Job $job The job instance. Exception $exception The exception instance.
array getFillable() Get the fillable attributes for the model. Return Value array
Page 472 of 996