Unique::using()

$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this

Unique::__construct()

void __construct(string $table, string $column = 'NULL') Create a new unique rule instance. Parameters string $table string $column Return Value void

Unique

Unique class Unique (View source) Methods void __construct(string $table, string $column = 'NULL') Create a new unique rule instance. $this where(string $column, string $value = null) Set a "where" constraint on the query. $this whereNot(string $column, string $value) Set a "where not" constraint on the query. $this whereNull(string $column) Set a "where null" constraint on the query. $this whereNotNull(string $column) Set a "where not null" constraint on the query.

UnauthorizedException

UnauthorizedException class UnauthorizedException extends Exception (View source)

Unique::ignore()

$this ignore(mixed $id, string $idColumn = 'id') Ignore the given ID during the unique check. Parameters mixed $id string $idColumn Return Value $this

Unique::queryCallbacks()

array queryCallbacks() Get the custom query callbacks for the rule. Return Value array

UnauthorizedException

UnauthorizedException class UnauthorizedException extends RuntimeException (View source)

TransportManager::setDefaultDriver()

void setDefaultDriver(string $name) Set the default mail driver name. Parameters string $name Return Value void

TransportManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

UnauthorizedException

UnauthorizedException class UnauthorizedException extends RuntimeException (View source)