bool denies(string $ability, array|mixed $arguments = array()) Determine if the given ability should be denied for the current user. Parameters string $ability array|mixed $arguments Return Value bool
Builder|Builder orWhere(string|Closure $column, string $operator = null, mixed $value = null) Add an "or where" clause to the query. Parameters string|Closure $column string $operator mixed $value Return Value Builder|Builder
void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void
mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Filesystem getFilesystem() Get the filesystem instance. Return Value Filesystem
int attempts() Get the number of times the job has been attempted. Return Value int
Builder getRelationCountQueryForSelfRelation(Builder $query, Builder $parent) Add the constraints for a relationship count query on the same table. Parameters Builder $query Builder $parent Return Value Builder
array eagerLoadRelations(array $models) Eager load the relationships for the models. Parameters array $models Return Value array
Page 962 of 996