$this setRules(array $rules) Set the validation rules. Parameters array $rules Return Value $this
void setRequest(Request $request) Set the request instance. Parameters Request $request Return Value void
array getHidden() Get the hidden attributes for the model. Return Value array
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
Fluent timeTz(string $column) Create a new time column (with time zone) on the table. Parameters string $column Return Value Fluent
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
int transactionLevel() Get the number of active transactions. Return Value int
string getQueue() Get the name of the queue the job belongs to. Return Value string
static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder
Page 443 of 996