MiddlewareMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

SubscribeCommand deprecated::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

DatabaseNotification::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

ControllerServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

SlackMessage::from()

$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

RefreshCommand::argument()

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

RedisJob::getReservedJob()

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

Queue\Console

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

JobExceptionOccurred

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

User::getFillable()

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