string __toString() Convert the rule to a validation string.
void __construct(string $table, string $column = 'NULL') Create a new exists
void __construct(string $table, string $column = 'NULL') Create a new unique
$this whereNot(string $column, string $value) Set a "where not" constraint
$this minHeight(int $value) Set the "min height" constraint.
void __construct(array $constraints = array()) Create a new dimensions
$this ignore(mixed $id, string $idColumn = 'id') Ignore the given ID during
$this whereNotNull(string $column) Set a "where not null" constraint on
$this where(string $column, string $value = null) Set a "where" constraint
Exists class Exists (
Page 1 of 4