getCommentStatusCount() 공개 정적인 메소드

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