ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilImprint.php
Go to the documentation of this file.
1
<?php
2
21
class
ilImprint
extends
ilPageObject
22
{
27
public
function
getParentType
(): string
28
{
29
return
"impr"
;
30
}
31
32
public
static
function
isActive
(): bool
33
{
34
return
self::_lookupActive(1,
"impr"
);
35
}
36
}
ilImprint\getParentType
getParentType()
Get parent type.
Definition:
class.ilImprint.php:27
ilImprint
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilImprint.php:21
ilPageObject
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
Definition:
class.ilPageObject.php:50
ilImprint\isActive
static isActive()
Definition:
class.ilImprint.php:32
Services
Imprint
classes
class.ilImprint.php
Generated on Wed Sep 3 2025 22:02:27 for ILIAS by
1.8.13 (using
Doxyfile
)