Newscoop\Comment\SearchService::isIndexable PHP 메소드

isIndexable() 공개 메소드

Test if comment can be indexed
public isIndexable ( Newscoop\Search\DocumentInterface $comment ) : boolean
$comment Newscoop\Search\DocumentInterface
리턴 boolean
    public function isIndexable(DocumentInterface $comment)
    {
        return $comment->getStatus() === 'approved';
    }