ILIAS
release_8 Revision v8.24
◀ 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
}
ilObjObjectTemplateAdministration
Definition:
class.ilObjObjectTemplateAdministration.php:12
ilObjObjectTemplateAdministration\__construct
__construct(int $a_id=0, bool $a_call_by_reference=true)
Definition:
class.ilObjObjectTemplateAdministration.php:13
ilObject
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObject.php:30
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:37
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:56
Services
DidacticTemplate
classes
class.ilObjObjectTemplateAdministration.php
Generated on Sun Nov 2 2025 22:01:35 for ILIAS by
1.9.4 (using
Doxyfile
)