ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilObjLegalNotice.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilObjLegalNotice
extends
ilObject2
22
{
23
public
function
__construct
(
int
$a_id = 0,
bool
$a_reference =
true
)
24
{
25
global
$DIC
;
26
parent::__construct
($a_id, $a_reference);
27
}
28
29
protected
function
initType
(): void
30
{
31
$this->type =
'impr'
;
32
}
33
}
ilObjLegalNotice\initType
initType()
Definition:
class.ilObjLegalNotice.php:29
ilObjLegalNotice\__construct
__construct(int $a_id=0, bool $a_reference=true)
Definition:
class.ilObjLegalNotice.php:23
ilObjLegalNotice
Definition:
class.ilObjLegalNotice.php:21
$DIC
global $DIC
Definition:
shib_login.php:26
ilObject2
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
Imprint
classes
class.ilObjLegalNotice.php
Generated on Sun Aug 31 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)