Exemple #1
0
 public function getValidators()
 {
     $validators = parent::getValidators();
     if ($this->validation === null) {
         $validators[] = new Validator\Date();
     }
     return $validators;
 }