Function Forum_driver_none->_get_num_new_forum_posts
Definitions
sources/forum/none.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
* Get the number of new forum posts.
*
* @return integer The number of posts
*/
protected function _get_num_new_forum_posts() : int