DB\Mongo::drop PHP Method

drop() public method

Intercept native call to re-enable profiler
public drop ( ) : integer
return integer
    function drop()
    {
        $out = $this->db->drop();
        if ($this->log !== FALSE) {
            $this->setprofilinglevel(2);
        }
        return $out;
    }