countComments() public static method

public static countComments ( $storyId )
Ejemplo n.º 1
0
 public function totalCommentCount(Story $story)
 {
     return DataSource::countComments($story->id);
 }