Hi all. Anybody know, where I can see full example for $options which used in Phalcon\Mvc\Model\Validator... For example
new Email([
'field' => 'primaryEmail',
'required' => true,
])
I see that $options has keys 'field', 'required'.
But I don't know another keys, anybody know ?