protected function buildSQl() { $this->_buildServiceSql(); $this->_filterSql(); return $this->_select->__toString(); }
/** * Debug method * * @return Opus_DocumentFinder Fluent interface. */ public function debug() { Zend_Registry::get('Zend_Log')->debug($this->select->__toString()); return $this; }