countReplies() public static method

public static countReplies ( $commentId )
示例#1
0
 public function totalReplyCount(Comment $comment)
 {
     return DataSource::countReplies($comment->id);
 }