baseUrl = $baseUrl; $this->repositoryId = $repositoryId; $this->maxRecords = Config::getVar('oai', 'oai_max_records'); if (!$this->maxRecords) { $this->maxRecords = 100; } } } if (!PKP_STRICT_MODE) { class_alias('\PKP\oai\OAIConfig', '\OAIConfig'); }