Function Module_chat->blocking_remove
Definitions
site/pages/modules/chat.php
- Change blocking settings (remove one specific member from block list, and then redirect).
- 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)
/**
* Change blocking settings (remove one specific member from block list, and then redirect).
*
* @return Tempcode The UI
*/
public function blocking_remove() : object
* Change blocking settings (remove one specific member from block list, and then redirect).
*
* @return Tempcode The UI
*/
public function blocking_remove() : object

