Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void
Connection getConnection() Get the database connection instance. Return Value Connection
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection
MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo
void logQuery(string $query, array $bindings, float|null $time = null) Log a query in the connection's query log. Parameters string $query array $bindings float|null $time Return Value void
void __clone() Force a clone of the underlying query builder when cloning. Return Value void
Page 313 of 996