19 declare(strict_types=1);
52 $room->inviteUserToPrivateRoom($invited_id, $subRoomId);
55 $connector = $this->gui->getConnector();
56 $response = $connector->sendInviteToPrivateRoom(
59 $chat_user->getUserId(),
63 $room->sendInvitationNotification($this->gui, $chat_user, $invited_id, $subRoomId);
68 public function byId(): void
76 $auto->setUser($this->ilUser);
78 if ($this->ilUser->isAnonymous()) {
86 if ($this->
http->wrapper()->query()->has(
'fetchall')) {
89 $auto->setMoreLinkAvailable(
true);
90 $auto->setSearchFields([
'firstname',
'lastname']);
91 $auto->setResultField(
'login');
92 $auto->enableFieldSearchableCheck(
true);
executeDefault(string $requestedMethod)
Class ilChatroomInviteUsersToPrivateRoomGUI.
redirectIfNoPermission($permission)
Checks for requested permissions and redirects if the permission check failed.
const PRIVACY_MODE_RESPECT_USER_SETTING
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
getRequestValue(string $key, Transformation $trafo, $default=null)
static _lookupId($a_user_str)
exitIfNoRoomExists(?ilChatroom $room)
Checks if a ilChatroom exists.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
Class ilChatroomGUIHandler.
isMainRoom(int $subRoomId)
sendResponse($response, bool $isJson=false)
Sends a json encoded response and exits the php process.
exitIfNoRoomModeratePermission(ilChatroom $room, int $subRoom, ilChatroomUser $chatUser)
Check if user can moderate a chatroom.
inviteById(int $invited_id)
static byObjectId(int $object_id)