getFlag( DBO_DEBUG ); if ( $debug !== null ) { $debug ? $this->setFlag( DBO_DEBUG ) : $this->clearFlag( DBO_DEBUG ); } return $res; } /** * Get search engine class. All subclasses of this need to implement this * if they wish to use searching. * * @return string * @deprecated since 1.27; use SearchEngineFactory::getSearchEngineClass() */ public function getSearchEngine() { return 'SearchEngineDummy'; } }