ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
__construct($a_id=0, $a_old_nr=0)
Constructor.
Class ilPageObjectGUI.
setTemplateTargetVar(string $a_variable)
setTemplateOutput(bool $a_output=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)