Case:
I have form with one field (Company NIP number) which is uniqe in DB. I woudlike to use one form to add and edit actions but in edit action I need to remove my own Uniqueness validator from "NIP" field. How can I do this? Class Phalcon\Forms\Element has only addValidator and getValidators methods.