mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed
MailableMailer bcc(mixed $users) Begin the process of mailing a mailable class instance. Parameters mixed $users Return Value MailableMailer
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
mixed last(callable $callback = null, mixed $default = null) Get the last item from the collection. Parameters callable $callback mixed $default Return Value mixed
void rollBack() Rollback the active database transaction. Return Value void
array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
$this delete(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a DELETE request. Parameters string $uri array $data array $headers Return Value $this
string getTablePrefix() Get the grammar's table prefix. Return Value string
string compileDropColumn(Blueprint $blueprint, Fluent $command) Compile a drop column command. Parameters Blueprint $blueprint Fluent $command Return Value string
Page 419 of 996