How or where I can find all possible constructor $options?
as example: $email->addValidator(new Email($options));
In this example I'm creating Email validation. I know a few of possible options, but I'm sure there's more to it.
How or where I can find all possible constructor $options?
as example: $email->addValidator(new Email($options));
In this example I'm creating Email validation. I know a few of possible options, but I'm sure there's more to it.