Ejemplo n.º 1
0
 /**
  * Return URL to be used as action attribute for edit form
  */
 public function getFormAction()
 {
     return parent::getActionURL(!is_null($this->mCustomHandlerTitle) ? $this->mCustomHandlerTitle : $this->mTitle);
 }