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

isIndexed() 공개 메소드

Test if comment is indexed
public isIndexed ( Newscoop\Search\DocumentInterface $comment ) : boolean
$comment Newscoop\Search\DocumentInterface
리턴 boolean
    public function isIndexed(DocumentInterface $comment)
    {
        return $comment->getIndexed() !== null;
    }