ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilPRGPageObjectGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
27{
28 public function getPageConfig(): ilPageConfig
29 {
30 $this->page_config->setEnablePCType(ilPCPRGStatusInfo::PCELEMENT, true);
31 $this->page_config->setEnablePCType(ilPCPRGActionNote::PCELEMENT, true);
32 return $this->page_config;
33 }
34}
Container page GUI class.
PageObjectGUI for StudyProgrammes.
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)