Exemple #1
0
 public function getName()
 {
     if ($this->validator != null) {
         return $this->validator->getName();
     } else {
         return null;
     }
 }