Provides an interface for repositories of which the entities are connected to the Search service.
コード例 #1
0
ファイル: Indexer.php プロジェクト: sourcefabric/newscoop
 /**
  * Clear all indexed timestamps
  *
  * @return void
  */
 public function clearAll()
 {
     $this->repository->setIndexedNull();
 }