This method differs from Model::getActiveValidators in that the latter
only returns the validators applicable to the current [[scenario]].
Because this method returns an ArrayObject object, you may
manipulate it by inserting or removing validators (useful in model behaviors).
For example,
php
$model->validators[] = $newValidator;