public rule (mixed $field, Phalcon\Validation\ValidatorInterface $validator) Alias of add method
public mixed getValue (string $field) Gets the a value to validate in the array/object data source
public getValidators () Returns the validators added to the validation
public getMessages () Returns the registered validators
public string getLabel (string $field) Get label for field
public mixed getFilters ([string $field]) Returns all the filters or a specific one
public object getEntity () Returns the bound entity
public getDefaultMessage (mixed $type) Get default message for validator type
public Phalcon\Validation bind (object $entity, array | object $data) Assigns the data to an entity The entity is used to obtain the validation values
public appendMessage (Phalcon\Validation\MessageInterface $message) Appends a message to the messages list
Page 13 of 382