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';
    }