コード例 #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);
 }
コード例 #2
0
ファイル: lmbWactView.class.php プロジェクト: knevcher/limb
 function reset()
 {
     parent::reset();
     $this->wact_template = null;
 }
コード例 #3
0
 function reset()
 {
     parent::reset();
     $this->macro_template = null;
 }