Description
EtChatConfig
|
--RoomAllowed
Located in File: /RoomAllowed.class.php
Class RoomAllowed, check permissions for any user in any room
LICENSE: CREATIVE COMMONS PUBLIC LICENSE "Namensnennung Nicht-kommerziell 2.0"
Method Detail
Summary:
Constructor __construct (line 32)
void __construct(
int
$room_priv, int
$room_id)
Overrides : EtChatConfig::__construct() Constructor
Constructor Function zur Prüfung der Rechte der User im Raum Return as $room_status: 1=allowed; 0=not_allowed; 2=password required
Parameters
- int $room_id: from etchat_rooms.etchat_id_room
- int $room_priv: from etchat_rooms.etchat_room_goup
Info