Ejemplo n.º 1
0
 /**
  * Destroy the entire index.
  *
  * @return bool
  */
 public function destroy()
 {
     $this->connection->destroy();
 }