BelongsTo::match()

array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array

MySqlGrammar::supportsSchemaTransactions()

bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool

ConnectionInterface::rollBack()

void rollBack() Rollback the active database transaction. Return Value void

ConnectionResolver::connection()

ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface

UnauthorizedException

UnauthorizedException class UnauthorizedException extends RuntimeException (View source)

SortedMiddleware::sum()

mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed

PostgresGrammar::getDateFormat()

string getDateFormat() Get the format for database stored dates. Return Value string

Grammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

IlluminateCaster::castModel()

static array castModel(Model $model) Get an array representing the properties of a model. Parameters Model $model Return Value array

IlluminateCaster::castApplication()

static array castApplication(Application $app) Get an array representing the properties of an application. Parameters Application $app Return Value array