string buildCommand() Build the command string. Return Value string
bool forget(mixed $id) Delete a single failed job from storage. Parameters mixed $id Return Value bool
$this distinct() Force the query to only return distinct results. Return Value $this
mixed transaction(Closure $callback, int $attempts = 1) Execute a Closure within a transaction. Parameters Closure $callback int $attempts Return Value mixed Exceptions Throwable
Collection reverse() Reverse items order. Return Value Collection
void delete() Delete the job from the queue. Return Value void
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
$this assertResponseStatus(int $code) Assert that the client response has a given code. Parameters int $code Return Value $this
int getFetchMode() Get the default fetch mode for the connection. Return Value int
array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array
Page 3 of 996