Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function validate($value)
 {
     $flag = !$this->validator->validate($value);
     return $flag;
 }