countReplies() public static method

public static countReplies ( $commentId )
Exemplo n.º 1
0
 public function totalReplyCount(Comment $comment)
 {
     return DataSource::countReplies($comment->id);
 }