ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilLMTableOfContentsExplorerGUI.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 
14 {
23  public function __construct($a_parent_obj, $a_parent_cmd, ilLMPresentationGUI $a_lm_pres, $a_lang = "-")
24  {
25  parent::__construct($a_parent_obj, $a_parent_cmd, $a_lm_pres, $a_lang);
26  $chaps = ilLMObject::_getAllLMObjectsOfLM($this->lm->getId(), $a_type = "st");
27  foreach ($chaps as $c) {
28  $this->setNodeOpen($c);
29  }
30  }
31 }
LM presentation (left frame) explorer GUI class.
__construct($a_parent_obj, $a_parent_cmd, ilLMPresentationGUI $a_lm_pres, $a_lang="-")
Constructor.
static _getAllLMObjectsOfLM($a_lm_id, $a_type="")
Get all objects of learning module.
setNodeOpen($a_id)
Set node to be opened (additional custom opened node, not standard expand behaviour) ...
Class ilLMPresentationGUI.
$a_type
Definition: workflow.php:92
LM presentation (separate toc screen) explorer GUI class.
__construct(Container $dic, ilPlugin $plugin)