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

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

ControllerServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app 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

UrlGenerator::previous()

string previous(mixed $fallback = false) Get the URL for the previous request. Parameters mixed $fallback Return Value string

Translator::setFallback()

void setFallback(string $fallback) Set the fallback locale being used. Parameters string $fallback Return Value void