ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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 Wed Sep 10 2025 15:15:19 for ILIAS by
1.8.13 (using
Doxyfile
)