MongoLite\Collection::drop PHP Method

drop() public method

Drop collection
public drop ( )
    public function drop()
    {
        $this->database->dropCollection($this->name);
    }