countComments() public static method

public static countComments ( $storyId )
コード例 #1
0
ファイル: StoryType.php プロジェクト: aeshion/ZeroPHP
 public function totalCommentCount(Story $story)
 {
     return DataSource::countComments($story->id);
 }