public function reset() { parent::reset(); $this->_query = new Ajde_Query(); $this->_filters = array(); $this->_filterValues = array(); $this->_sqlInitialized = false; }
public function reset() { parent::reset(); $this->_query = new Ajde_Query(); $this->_filters = []; $this->_filterValues = []; $this->_items = null; $this->_position = 0; $this->_queryCount = null; $this->_sqlInitialized = false; }
public function reset() { parent::reset(); $this->_items = null; $this->_position = 0; }
public function reset() { $this->_metaValues = []; parent::reset(); }