Doctrine_Record::preValidate PHP Méthode

preValidate() public méthode

Empty template method to provide concrete Record classes with the possibility to hook into the validation procedure. Useful for cleaning up data before validating it.
public preValidate ( $event )
    public function preValidate($event)
    {
    }