Esempio n. 1
0
 function DetailView()
 {
     parent::ListView();
     global $theme, $app_strings, $currentModule;
     $this->local_theme = $theme;
     $this->local_app_strings = $app_strings;
 }
 function GroupMembersListView($idst, $title, &$data, &$rend, $id)
 {
     $this->idst = $idst;
     parent::ListView($title, $data, $rend, $id);
 }
Esempio n. 3
0
 function ReportListView()
 {
     parent::ListView();
     //end function ReportListView
 }