ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilUnitTestPageConfig.php
Go to the documentation of this file.
1 <?php
2 
23 {
24  protected function loadPCDefs(): void
25  {
26  }
27 
28  protected function loadParentKey(): void
29  {
30  $this->page_obj_key = "unit";
31  }
32 
33  public function init(): void
34  {
35  }
36 
37  public function getEnablePCType(string $a_pc_type): bool
38  {
39  return $this->pc_enabled[$a_pc_type] ?? false;
40  }
41 }
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...
getEnablePCType(string $a_pc_type)