19 declare(strict_types=1);
37 $this->
lng->loadLanguageModule(
'chatroom_adm');
58 $next_class = strtolower($this->
ctrl->getNextClass() ??
'');
62 switch ($next_class) {
63 case strtolower(ilPermissionGUI::class):
64 $tabFactory->getAdminTabsForCommand($this->
ctrl->getCmd());
67 $this->
ctrl->forwardCommand($perm_gui);
70 case strtolower(ilObjChatroomGUI::class):
78 $this->
ctrl->forwardCommand($perm_gui);
82 $tabFactory->getAdminTabsForCommand($this->
ctrl->getCmd());
83 $res = explode(
'-', (
string) $this->
ctrl->getCmd(), 2);
84 if (!array_key_exists(1,
$res)) {
91 if ($tabFactory->getActivatedTab() !==
null &&
92 $this->tabs_gui->getActiveTab() !== $tabFactory->getActivatedTab()) {
93 $this->tabs_gui->activateTab($tabFactory->getActivatedTab());
104 return $this->
object->getRefId();
Class ilObjChatroomAdminGUI GUI class for chatroom objects.
prepareOutput(bool $show_sub_objects=true)
static _gotoRepositoryNode(int $ref_id, string $cmd="")
static getDefaultDefinitionWithCustomGUIPath(string $moduleName, string $guiScope='')
Returns an Instance of ilChatroomObjectDefinition, using given $moduleName and $guiScope as parameter...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class ilChatroomServerConnector.
dispatchCall(string $gui, string $method)
__construct($data=null, ?int $id=0, bool $call_by_reference=true, bool $prepare_output=true)
Class ilChatroomTabGUIFactory.
__construct(Container $dic, ilPlugin $plugin)