ILIAS  release_8 Revision v8.24
class.ilAssHintPageGUI.php
Go to the documentation of this file.
1<?php
2
32{
36 public function __construct($a_id = 0, $a_old_nr = 0)
37 {
38 parent::__construct("qht", $a_id, $a_old_nr);
39 $this->setTemplateTargetVar('ADM_CONTENT');
40 $this->setTemplateOutput(true);
41 }
42
43 public function preview(): string
44 {
45 $page = parent::preview();
46 $this->tabs_gui->activateTab("pg");
47 return $page;
48 }
49}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_id=0, $a_old_nr=0)
Constructor.
Class ilPageObjectGUI.
setTemplateOutput(bool $a_output=true)
setTemplateTargetVar(string $a_variable)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc