Beispiel #1
0
 protected function processIndex(SchemaManager $sm)
 {
     $sm->deleteIndexes();
 }
Beispiel #2
0
 /**
  * @param SchemaManager $sm
  */
 protected function processIndex(SchemaManager $sm)
 {
     $sm->updateIndexes($this->timeout);
 }