LMongo\Query\Builder::resetQuery PHP Méthode

resetQuery() public méthode

Reset the query
public resetQuery ( ) : void
Résultat void
    public function resetQuery()
    {
        $this->wheres = array();
        $this->first = null;
        $this->columns = null;
        $this->orders = null;
        $this->limit = null;
        $this->offset = null;
    }
Builder