Beispiel #1
0
 function setFormDatasource($datasource, $form_id = null)
 {
     if (!$form_id && !$this->form_id) {
         throw new lmbException('There is no form id specified');
     }
     if (!$form_id) {
         $form_id = $this->form_id;
     }
     $this->view->setFormDatasource($form_id, $datasource);
 }
Beispiel #2
0
 function reset()
 {
     parent::reset();
     $this->wact_template = null;
 }
Beispiel #3
0
 function reset()
 {
     parent::reset();
     $this->macro_template = null;
 }