Is it possible to put all validation in 1 class. Then , when process any action , I can call function in that class to do validation for certain action.

I have already read https://docs.phalcon.io/en/latest/reference/validation.html.