ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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->setTemplateOutput(false);
40  }
41 
42  public function preview(): string
43  {
44  $page = parent::preview();
45  $this->tabs_gui->activateTab("pg");
46  return $page;
47  }
48 }
__construct($a_id=0, $a_old_nr=0)
Constructor.
Class ilPageObjectGUI.
setTemplateOutput(bool $a_output=true)
preview()
description: > Example for rendering a Preview Glyph.
Definition: preview.php:41
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)