Corcel\Comment::isApproved PHP Méthode

isApproved() public méthode

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