ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilImprint.php
Go to the documentation of this file.
1
<?php
2
19
class
ilImprint
extends
ilPageObject
20
{
21
public
function
getParentType
(): string
22
{
23
return
'impr'
;
24
}
25
26
public
static
function
isActive
(): bool
27
{
28
return
self::_lookupActive
(1,
'impr'
);
29
}
30
}
ilImprint
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilImprint.php:20
ilImprint\getParentType
getParentType()
Definition:
class.ilImprint.php:21
ilImprint\isActive
static isActive()
Definition:
class.ilImprint.php:26
ilPageObject
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
Definition:
class.ilPageObject.php:53
ilPageObject\_lookupActive
static _lookupActive(int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-")
lookup activation status
Definition:
class.ilPageObject.php:508
components
ILIAS
Imprint
classes
class.ilImprint.php
Generated on Sat Oct 18 2025 23:03:11 for ILIAS by
1.9.4 (using
Doxyfile
)