Class **Phalcon\\Validation\\Validator\\Identical** =================================================== *extends* :doc:`Phalcon\\Validation\\Validator ` *implements* :doc:`Phalcon\\Validation\\ValidatorInterface ` Checks if a value is identical to other .. code-block:: php add('terms', new Identical(array( 'accepted' => 'yes', 'message' => 'Terms and conditions must be accepted' ))); Methods --------- public *boolean* **validate** (:doc:`Phalcon\\Validation ` $validator, *string* $attribute) Executes the validation public **__construct** ([*array* $options]) inherited from Phalcon\\Validation\\Validator Phalcon\\Validation\\Validator constructor public *mixed* **isSetOption** (*string* $key) inherited from Phalcon\\Validation\\Validator Checks if an option is defined public *mixed* **getOption** (*string* $key) inherited from Phalcon\\Validation\\Validator Returns an option in the validator's options Returns null if the option hasn't been set public **setOption** (*string* $key, *mixed* $value) inherited from Phalcon\\Validation\\Validator Sets an option in the validator