Function Module_vforums->new_posts

Definitions

forum/pages/modules/vforums.php

  • The UI to show topics with new posts since last visit time.
  • 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 new posts since last visit time.
 *
 * @return Tempcode The UI
 */

public function new_posts() : object