| category | OSS |
|---|---|
| package | OSS_Validate |
| copyright | Copyright (c) 2007 - 2012, Open Source Solutions Limited, Dublin, Ireland |
| license | New BSD License |
__construct(array $params) : bool | void
$table and $column are required parameters.
arrayArray of params kontainig table and column
\OSS_Validate_Exception |
|---|
boolvoid
getColumn() : string
stringgetTable() : string
stringisValid(string $value) : bool
Returns true if and only if $value is unique
string
\Doctrine_Exception |
|---|
boolsetColumn(\$_column $_column) : void
\$_columnthe $_column to set
setTable(\$_table $_table) : void
\$_tablethe $_table to set
$_column : string
$_table : string
NOT_UNIQUE
NO_COLUMN
NO_TABLE