Function Module_chat->chat_room
Definitions
site/pages/modules/chat.php
- The UI for a chatroom.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI for a chatroom.
*
* @return Tempcode The UI
*/
public function chat_room() : object
* The UI for a chatroom.
*
* @return Tempcode The UI
*/
public function chat_room() : object

