Corcel\Comment::isApproved PHP Method

isApproved() public method

Verify if the current comment is approved
public isApproved ( ) : boolean
return boolean
    public function isApproved()
    {
        return $this->attributes['comment_approved'] == 1;
    }