getCommentStatusCount() public static method

Get a count per comment
public static getCommentStatusCount ( ) : array
return array
Example #1
0
 /**
  * Load the data
  */
 private function loadData()
 {
     $this->comments = BackendBlogModel::getLatestComments('published', 5);
     $this->numCommentStatus = BackendBlogModel::getCommentStatusCount();
 }