Function Module_vforums->unread_topics
Definitions
forum/pages/modules/vforums.php
- The UI to show topics with unread posts.
- 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 to show topics with unread posts.
*
* @return Tempcode The UI
*/
public function unread_topics() : object
* The UI to show topics with unread posts.
*
* @return Tempcode The UI
*/
public function unread_topics() : object

