moadminModel::deleteIndex PHP Méthode

deleteIndex() public méthode

Removes an index
public deleteIndex ( string $collection, array $index )
$collection string
$index array Must match the array signature of the index
    public function deleteIndex($collection, array $index)
    {
        $this->mongo->selectCollection($collection)->deleteIndex($index);
    }