$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this
$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
Illuminate\Contracts\Queue Classes EntityNotFoundException
int updateExistingPivot(mixed $id, array $attributes, bool $touch = true) Update an existing pivot record on the table. Parameters mixed $id array $attributes bool $touch Return Value int
$this setUserResolver(Closure $callback) Set the user resolver callback. Parameters Closure $callback Return Value $this
string token() Get the CSRF token value. Return Value string
Page 93 of 996