예제 #1
0
 /**
  * Reindex all
  *
  * @return $this
  */
 public function reindexAll()
 {
     $this->tableStrategy->setUseIdxTable(true);
     return $this;
 }