array all() Get a list of all of the failed jobs. Return Value array
void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
bool exists(string $path) Determine if a file exists. Parameters string $path Return Value bool
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
void touchIfTouching() If we're touching the parent model, touch. Return Value void
array sync(Collection|array $ids, bool $detaching = true) Sync the intermediate tables with a list of IDs or collection of models. Parameters Collection|array $ids bool $detaching Return Value array
bool has(string $ability) Determine if a given ability has been defined. Parameters string $ability Return Value bool
void attach(mixed $id, array $attributes = array(), bool $touch = true) Attach a model to the parent. Parameters mixed $id array $attributes bool $touch Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
int getSleep() Get the amount of seconds to wait before polling the queue. Return Value int
Page 407 of 996