countComments() 공개 정적인 메소드

public static countComments ( $storyId )
예제 #1
0
 public function totalCommentCount(Story $story)
 {
     return DataSource::countComments($story->id);
 }