CaseInsensitiveUnique
implements
Rule
Table of Contents
Interfaces
- Rule
Properties
-
$column
: string
-
$idColumn
: string
-
$ignore
: mixed
-
$table
: string
Methods
-
__construct()
: mixed
-
message()
: mixed
-
passes()
: mixed
$column
protected
string
$column
$idColumn
protected
string
$idColumn
$ignore
protected
mixed
$ignore
= null
$table
protected
string
$table
__construct()
public
__construct(string $table, string $column[, mixed|null $ignore = null ][, string $idColumn = 'id' ]) : mixed
Parameters
-
$table
: string
-
-
$column
: string
-
-
$ignore
: mixed|null
= null
-
-
$idColumn
: string
= 'id'
-
message()
public
message() : mixed
passes()
public
passes(mixed $attribute, mixed $value) : mixed
Parameters
-
$attribute
: mixed
-
-
$value
: mixed
-