Ejemplo n.º 1
0
 /**
  * @ignore
  */
 public function InitializeFrontend()
 {
     parent::InitializeFrontend();
     $this->RestrictUnknownParams();
     $this->SetParameterType('cge_msg', CLEAN_STRING);
     $this->SetParameterType('cge_error', CLEAN_INT);
     $this->SetParameterType('nocache', CLEAN_INT);
 }