Corcel\Comment::hasReplies PHP Method

hasReplies() public method

Verify if the current comment has replies
public hasReplies ( ) : boolean
return boolean
    public function hasReplies()
    {
        return count($this->replies) > 0;
    }