コード例 #1
0
 public function __construct(ilCtrl $ctrl, ilTemplate $tpl, ilLanguage $lng)
 {
     $this->ctrl = $ctrl;
     $this->tpl = $tpl;
     $this->lng = $lng;
     parent::__construct();
 }
コード例 #2
0
 public function __construct(ilCtrl $ctrl, ilLanguage $lng, $parentGUI, $parentCMD)
 {
     $this->ctrl = $ctrl;
     $this->lng = $lng;
     $this->parentGUI = $parentGUI;
     $this->parentCMD = $parentCMD;
     parent::__construct();
 }
 public function __construct(ilCtrl $ctrl, ilLanguage $lng, ilTestRandomQuestionSetConfigGUI $questionSetConfigGUI, ilTestRandomQuestionSetConfig $questionSetConfig)
 {
     $this->ctrl = $ctrl;
     $this->lng = $lng;
     $this->questionSetConfigGUI = $questionSetConfigGUI;
     $this->questionSetConfig = $questionSetConfig;
     parent::__construct();
 }
コード例 #4
0
 public function __construct(ilLanguage $lng)
 {
     $this->lng = $lng;
     parent::__construct();
 }