static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model
bool add(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|float|int $minutes Return Value bool
int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
void resolver(Closure $resolver) Set the Validator instance resolver. Parameters Closure $resolver Return Value void
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
$this cron(string $expression) The Cron expression representing the event's frequency. Parameters string $expression Return Value $this
JobProcessed class JobProcessed (View source) Properties string $connectionName The connection name. Job $job The job instance.
Page 105 of 996