|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilUnitTestPageManager:
Collaboration diagram for ilUnitTestPageManager:Public Member Functions | |
| __construct () | |
| mockGet (ilPageObject $page_object) | |
| get (string $parent_type, int $id=0, int $old_nr=0, string $lang="-") | |
Protected Attributes | |
| ilPageObject | $test_get |
Definition at line 24 of file class.ilUnitTestPageManager.php.
| ilUnitTestPageManager::__construct | ( | ) |
Definition at line 28 of file class.ilUnitTestPageManager.php.
| ilUnitTestPageManager::get | ( | string | $parent_type, |
| int | $id = 0, |
||
| int | $old_nr = 0, |
||
| string | $lang = "-" |
||
| ) |
Implements ILIAS\UI\Implementation\Component\Layout\Page\PageManagerInterface.
Definition at line 38 of file class.ilUnitTestPageManager.php.
References $test_get.
| ilUnitTestPageManager::mockGet | ( | ilPageObject | $page_object | ) |
Definition at line 32 of file class.ilUnitTestPageManager.php.
|
protected |
Definition at line 26 of file class.ilUnitTestPageManager.php.
Referenced by get().