Пример #1
0
 public function __construct(ilLanguage $lng, ilTemplate $tpl)
 {
     $this->lng = $lng;
     $this->tpl = $tpl;
     $this->initialVisibilityEnabled = false;
     $this->questionOBJ = null;
     parent::__construct('qpl_lac_legend');
 }