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

isIndexed() 공개 메소드

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