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
mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. Parameters string $key mixed $default Return Value mixed
array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array
static void currentPageResolver(Closure $resolver) Set the current page resolver callback. Parameters Closure $resolver Return Value void
start() {@inheritdoc}
string toJson(int $options) Get the collection of items as JSON. Parameters int $options Return Value string
$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this
Page 213 of 996