ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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
39 public function update(bool $a_validate = true, bool $a_no_history = false): array|bool
40 {
41 return true;
42 }
43}
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)
update complete page content in db (dom xml content is used)