ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilImprint.php
Go to the documentation of this file.
1
<?php
2
24
class
ilImprint
extends
ilPageObject
25
{
30
public
function
getParentType
(): string
31
{
32
return
"impr"
;
33
}
34
35
public
static
function
isActive
(): bool
36
{
37
return
self::_lookupActive(1,
"impr"
);
38
}
39
}
ilImprint\getParentType
getParentType()
Get parent type.
Definition:
class.ilImprint.php:30
ilImprint
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilImprint.php:24
ilPageObject
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
Definition:
class.ilPageObject.php:52
ilImprint\isActive
static isActive()
Definition:
class.ilImprint.php:35
components
ILIAS
Imprint
classes
class.ilImprint.php
Generated on Sun Aug 31 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)