Function Module_chat->_chat_private
Definitions
site/pages/modules/chat.php
- The actualiser to add a chatroom.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI to choose a chatroom (probably what was just added, but...)
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The actualiser to add a chatroom.
*
* @return Tempcode The UI to choose a chatroom (probably what was just added, but...)
*/
public function _chat_private() : object
* The actualiser to add a chatroom.
*
* @return Tempcode The UI to choose a chatroom (probably what was just added, but...)
*/
public function _chat_private() : object

