function __construct()
 {
     global $tpl, $ilCtrl, $ilAccess, $ilToolbar, $ilLocator, $tree, $lng, $ilLog;
     parent::ilContainerGUI(array(), $_GET["ref_id"], true, false);
     $this->tpl = $tpl;
     $this->ctrl = $ilCtrl;
     $this->ilAccess = $ilAccess;
     $this->ilLocator = $ilLocator;
     $this->tree = $tree;
     $this->toolbar = $ilToolbar;
     $this->ilLog = $ilLog;
     $lng->loadLanguageModule("orgu");
 }
Esempio n. 2
0
 public function __construct()
 {
     global $tpl, $ilCtrl, $ilAccess, $ilToolbar, $ilLocator, $tree, $lng, $ilLog, $ilias;
     parent::ilContainerGUI(array(), $_GET["ref_id"], true, false);
     $this->tpl = $tpl;
     $this->ctrl = $ilCtrl;
     $this->ilAccess = $ilAccess;
     $this->ilLocator = $ilLocator;
     $this->tree = $tree;
     $this->toolbar = $ilToolbar;
     $this->ilLog = $ilLog;
     $this->ilias = $ilias;
     $lng->loadLanguageModule("orgu");
     $this->tpl->addCss('./Modules/OrgUnit/templates/default/orgu.css');
 }