countComments() публичный статический Метод

public static countComments ( $storyId )
Пример #1
0
 public function totalCommentCount(Story $story)
 {
     return DataSource::countComments($story->id);
 }