Unique::where()

$this where(string $column, string $value = null) Set a "where" constraint on the query. Parameters string $column string $value Return Value $this

Unique::using()

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

Unique::queryCallbacks()

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

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

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 RuntimeException (View source)

UnauthorizedException

UnauthorizedException class UnauthorizedException extends Exception (View source)

UnauthorizedException

UnauthorizedException class UnauthorizedException extends RuntimeException (View source)

TransportManager::__construct()

void __construct(Application $app) Create a new manager instance. Parameters Application $app 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