Builder|Builder skip(int $value) Alias to set the "offset" value of the query. Parameters int $value Return Value Builder|Builder
bool check(string $ability, array|mixed $arguments = array()) Determine if the given ability should be granted for the current user. Parameters string $ability array|mixed $arguments Return Value bool
$this level(string $level) Set the "level" of the notification (success, error, etc.). Parameters string $level Return Value $this
array getBindings() Get the current query value bindings in a flattened array. Return Value array
mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed
int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
$this cc(string|array $address, string|null $name = null) Add a carbon copy to the message. Parameters string|array $address string|null $name Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
bool hasDispatched(string $command) Determine if there are any stored commands for a given class. Parameters string $command Return Value bool
void setDefaultConnection(string $name) Set the default connection name. Parameters string $name Return Value void
Page 981 of 996