ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilLearningSequencePageObjectGUI.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
26 {
27  public function getTabs($a_activate = ""): void
28  {
29  $this->tabs_gui->activateTab(ilObjLearningSequenceGUI::TAB_CONTENT_MAIN);
30  }
31 
32  public function getPageConfig(): ilPageConfig
33  {
34  $this->page_config->setEnablePCType(ilPCCurriculum::PCELEMENT, true);
35  $this->page_config->setEnablePCType(ilPCLauncher::PCELEMENT, true);
36  return $this->page_config;
37  }
38 }
Class ilPageObjectGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setEnablePCType(string $a_pc_type, bool $a_val)