ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilObjForumAdministration.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
class
ilObjForumAdministration
extends
ilObject
27
{
28
public
function
__construct
(
int
$a_id = 0,
bool
$a_call_by_reference =
true
)
29
{
30
$this->type =
'frma'
;
31
parent::__construct
($a_id, $a_call_by_reference);
32
$this->
lng
->loadLanguageModule(
'forum'
);
33
}
34
}
ilObject
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:58
ilObjForumAdministration\__construct
__construct(int $a_id=0, bool $a_call_by_reference=true)
Definition:
class.ilObjForumAdministration.php:28
ilObjForumAdministration
Definition:
class.ilObjForumAdministration.php:26
Modules
Forum
classes
class.ilObjForumAdministration.php
Generated on Wed Sep 10 2025 14:10:52 for ILIAS by
1.8.13 (using
Doxyfile
)