Exemplo n.º 1
0
 /**
  * Check that form was submitted. Does not check validity of submitted data.
  *
  * @return bool true if form properly submitted
  */
 function is_submitted()
 {
     return $this->_form->isSubmitted();
 }