Route getCurrentRoute() Get the currently dispatched route instance. Return Value Route
string buildCommand() Build the command string. Return Value string
$this distinct() Force the query to only return distinct results. Return Value $this
Collection reverse() Reverse items order. Return Value Collection
mixed transaction(Closure $callback, int $attempts = 1) Execute a Closure within a transaction. Parameters Closure $callback int $attempts Return Value mixed Exceptions Throwable
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
array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array
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