Function Module_vforums->recently_read
Definitions
forum/pages/modules/vforums.php
- The UI to show topics which have been recently read by the current member.
- 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 which have been recently read by the current member.
*
* @return Tempcode The UI
*/
public function recently_read() : object
* The UI to show topics which have been recently read by the current member.
*
* @return Tempcode The UI
*/
public function recently_read() : object

