OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string
bool isGuarded(string $key) Determine if the given key is guarded. Parameters string $key Return Value bool
void resourceParameters(array $parameters = array()) Set the global resource parameter mapping. Parameters array $parameters Return Value void
string getMorphClass() Get the class name of the parent model. Return Value string
$this environments(array|mixed $environments) Limit the environments the command should run in. Parameters array|mixed $environments Return Value $this
$this whereIn(string $column, mixed $values, string $boolean = 'and', bool $not = false) Add a "where in" clause to the query. Parameters string $column mixed $values string $boolean bool $not Return Value $this
array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array
mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. Parameters string $key mixed $default Return Value mixed
start() {@inheritdoc}
Page 211 of 996