void rollBack() Rollback the active database transaction. Return Value void
ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface
UnauthorizedException class UnauthorizedException extends RuntimeException (View source)
mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed
string getDateFormat() Get the format for database stored dates. Return Value string
string getTablePrefix() Get the grammar's table prefix. Return Value string
static array castModel(Model $model) Get an array representing the properties of a model. Parameters Model $model Return Value array
static array castApplication(Application $app) Get an array representing the properties of an application. Parameters Application $app Return Value array
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
$this minWidth(int $value) Set the "min width" constraint. Parameters int $value Return Value $this
Page 143 of 996