ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilContentPagePage.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
class
ilContentPagePage
extends
\ilPageObject
implements
\ilContentPageObjectConstants
8
{
12
public
function
getParentType
()
13
{
14
return
self::OBJ_TYPE
;
15
}
16
}
php
An exception for terminatinating execution or to throw for unit testing.
ilContentPagePage
Class ilContentPagePage.
Definition:
class.ilContentPagePage.php:8
ilContentPagePage\getParentType
getParentType()
Get parent type.string parent type (page type)
Definition:
class.ilContentPagePage.php:12
ilPageObject
Class ilPageObject.
Definition:
class.ilPageObject.php:49
ilContentPageObjectConstants
Interface ilContentPageObjectConstants.
Definition:
interface.ilContentPageObjectConstants.php:8
ilContentPageObjectConstants\OBJ_TYPE
const OBJ_TYPE
Definition:
interface.ilContentPageObjectConstants.php:9
Modules
ContentPage
classes
class.ilContentPagePage.php
Generated on Thu Oct 2 2025 19:01:24 for ILIAS by
1.9.4 (using
Doxyfile
)