Exemplo n.º 1
0
Arquivo: Form.php Projeto: saiber/www
 public function getName()
 {
     if ($this->validator != null) {
         return $this->validator->getName();
     } else {
         return null;
     }
 }