ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilObjChatroomAdmin.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
27
class
ilObjChatroomAdmin
extends
ilObject
28
{
29
public
function
__construct
($a_id = 0, $a_call_by_reference =
true
)
30
{
31
$this->type =
'chta'
;
32
parent::__construct
($a_id, $a_call_by_reference);
33
}
34
}
ilObject
ilObjChatroomAdmin
Class ilObjChatroomAdmin.
Definition:
class.ilObjChatroomAdmin.php:27
ilObjChatroomAdmin\__construct
__construct($a_id=0, $a_call_by_reference=true)
Definition:
class.ilObjChatroomAdmin.php:29
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
Modules
Chatroom
classes
class.ilObjChatroomAdmin.php
Generated on Sun Aug 31 2025 22:01:20 for ILIAS by
1.8.13 (using
Doxyfile
)