Exemplo n.º 1
0
 /**
  * Pre-filter validates the form.
  *
  * @param T_Response $response  encapsulated response to filter
  */
 protected function doPreFilter(T_Response $response)
 {
     if ($this->form->isSubmitted($get = $this->env->input('GET'))) {
         $this->form->validate($get);
     }
 }