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