Abstract class **Phalcon\\Mvc\\Model\\Validator** ================================================= .. role:: raw-html(raw) :format: html :raw-html:`Source on GitHub` This is a base class for Phalcon\\Mvc\\Model validators Methods ------- public **__construct** (*array* $options) Phalcon\\Mvc\\Model\\Validator constructor protected **appendMessage** (*string* $message, [*string* | *array* $field], [*string* $type]) Appends a message to the validator public **getMessages** () Returns messages generated by the validator public *array* **getOptions** () Returns all the options from the validator public **getOption** (*mixed* $option, [*mixed* $defaultValue]) Returns an option public **isSetOption** (*mixed* $option) Check whether an option has been defined in the validator options