_queryObjects === NULL) { $this->_queryObjects = array(); CRM_Utils_Hook::queryObjects($this->_queryObjects, 'Report'); } CRM_Core_Error::debug( '$this->_queryObjects', $this->_queryObjects ); return $this->_queryObjects; } public function alterLogTables(&$logTables) { foreach (self::getSearchQueryObjects() as $obj) { $obj->alterLogTables($logTables); } } }