Corcel\Comment::isReply PHP Method

isReply() public method

Verify if the current comment is a reply from another comment
public isReply ( ) : boolean
return boolean
    public function isReply()
    {
        return $this->attributes['comment_parent'] > 0;
    }