Function Module_topics->_make_private
Definitions
forum/pages/modules/topics.php
- The actualiser to make a normal topic a Private Topic.
- 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 actualiser to make a normal topic a Private Topic.
*
* @return Tempcode The UI
*/
public function _make_private() : object
* The actualiser to make a normal topic a Private Topic.
*
* @return Tempcode The UI
*/
public function _make_private() : object

