Unique.php
ValidateType defines the interface for all validator classes.
Definition: ValidateType.php:18
static asValue($operator, $value)
Factory method for constructing a Criteria that may be used as value on a PersistentObject's attribut...
Definition: Criteria.php:58
Criteria defines a condition on a PersistentObject's attribute used to select specific instances.
Definition: Criteria.php:21
ConfigurationException signals an exception in the configuration.
Definition: ConfigurationException.php:18
Unique checks if the value is unique regarding the given entity attribute.
Definition: Unique.php:32
validate($value, $options=null, $context=null)
Definition: Unique.php:37
ObjectQuery implements a template based object query.
Definition: ObjectQuery.php:106