ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilContentPagePage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilContentPagePage
extends
ilPageObject
implements
ilContentPageObjectConstants
22
{
23
public
function
getParentType
(): string
24
{
25
return
self::OBJ_TYPE;
26
}
27
}
ilContentPageObjectConstants
ilContentPagePage\getParentType
getParentType()
Definition:
class.ilContentPagePage.php:23
ilPageObject
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
Definition:
class.ilPageObject.php:52
ilContentPagePage
components
ILIAS
ContentPage
classes
class.ilContentPagePage.php
Generated on Sun Aug 31 2025 23:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)