countReplies() public static method

public static countReplies ( $commentId )
コード例 #1
0
ファイル: CommentType.php プロジェクト: aeshion/ZeroPHP
 public function totalReplyCount(Comment $comment)
 {
     return DataSource::countReplies($comment->id);
 }