ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilObjBlogAdministration.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
25
class
ilObjBlogAdministration
extends
ilObject
26
{
27
public
function
__construct
(
28
int
$a_id = 0,
29
bool
$a_call_by_reference =
true
30
) {
31
$this->type =
"blga"
;
32
parent::__construct
($a_id, $a_call_by_reference);
33
34
$this->
lng
->loadLanguageModule(
"blog"
);
35
}
36
}
ilObject
ilObjBlogAdministration
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjBlogAdministration.php:25
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:61
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilObjBlogAdministration\__construct
__construct(int $a_id=0, bool $a_call_by_reference=true)
Definition:
class.ilObjBlogAdministration.php:27
components
ILIAS
Blog
Administration
class.ilObjBlogAdministration.php
Generated on Wed Sep 10 2025 15:15:03 for ILIAS by
1.8.13 (using
Doxyfile
)