Function Forum_driver_cns->_get_num_new_forum_posts

Definitions

sources/forum/cns.php

  • Get the number of new forum posts.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The number of posts
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the number of new forum posts.
 *
 * @return integer The number of posts
 */

protected function _get_num_new_forum_posts() : int