ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilPRGPageObjectGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
PageObjectGUI for StudyProgrammes.
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)