ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilObjObjectTemplateAdministration.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
5
11
class
ilObjObjectTemplateAdministration
extends
ilObject
12
{
13
public
function
__construct
(
int
$a_id = 0,
bool
$a_call_by_reference =
true
)
14
{
15
$this->type =
"otpl"
;
16
parent::__construct
($a_id, $a_call_by_reference);
17
18
$this->
lng
->loadLanguageModule(
"didactic"
);
19
}
20
}
ilObject
ilObjObjectTemplateAdministration
Definition:
class.ilObjObjectTemplateAdministration.php:11
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:58
ilObjObjectTemplateAdministration\__construct
__construct(int $a_id=0, bool $a_call_by_reference=true)
Definition:
class.ilObjObjectTemplateAdministration.php:13
Services
DidacticTemplate
classes
class.ilObjObjectTemplateAdministration.php
Generated on Wed Sep 10 2025 14:11:27 for ILIAS by
1.8.13 (using
Doxyfile
)