/** * getDbSelect() - Return the preauthentication Db Select object for userland select query modification * * @return Zend\Db\Select */ public function getDbSelect() { if ($this->_dbSelect == null) { $this->_dbSelect = $this->_zendDb->select(); } return $this->_dbSelect; }