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.
array
Array of params kontainig table and column
\OSS_Validate_Exception |
---|
bool
void
getColumn() : string
string
getTable() : string
string
isValid(string $value) : bool
Returns true if and only if $value is unique
string
\Doctrine_Exception |
---|
bool
setColumn(\$_column $_column) : void
\$_column
the $_column to set
setTable(\$_table $_table) : void
\$_table
the $_table to set
$_column : string
$_table : string
NOT_UNIQUE
NO_COLUMN
NO_TABLE