Function Module_topics->mark_unread_topic
Definitions
forum/pages/modules/topics.php
- The actualiser to mark a topic as unread.
- 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 mark a topic as unread.
*
* @return Tempcode The UI
*/
public function mark_unread_topic() : object
* The actualiser to mark a topic as unread.
*
* @return Tempcode The UI
*/
public function mark_unread_topic() : object

