Newscoop\Article\SearchService::isIndexed PHP Метод

isIndexed() публичный Метод

Test if article is indexed
public isIndexed ( Newscoop\Search\DocumentInterface $article ) : boolean
$article Newscoop\Search\DocumentInterface
Результат boolean
    public function isIndexed(DocumentInterface $article)
    {
        return $article->getIndexed() !== null;
    }