Newscoop\Search\Indexer::clearAll PHP 메소드

clearAll() 공개 메소드

Clear all indexed timestamps
public clearAll ( ) : void
리턴 void
    public function clearAll()
    {
        $this->repository->setIndexedNull();
    }