ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilUnitTestPageObject.php
Go to the documentation of this file.
1 <?php
2 
23 {
24  public function getParentType(): string
25  {
26  return "unit";
27  }
28 
29  public function initPageConfig(): void
30  {
31  $this->setPageConfig(new ilUnitTestPageConfig());
32  }
33 
34  protected function getIliasAbsolutePath(): string
35  {
36  return ".";
37  }
38 
42  public function update(bool $a_validate = true, bool $a_no_history = false)
43  {
44  return true;
45  }
46 }
setPageConfig(ilPageConfig $a_val)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
update(bool $a_validate=true, bool $a_no_history=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)