ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 {
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}
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
setPageConfig(ilPageConfig $a_val)
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...
update(bool $a_validate=true, bool $a_no_history=false)