ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilLearningSequencePageObjectGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
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}
There are two pages for Learning Sequences: intro and extro.
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)
Class ilPageObjectGUI.