identify = new OaiIdentify($this->params); } /** * Returns the XML response */ public function response(): string { $xml = $this->identify->toXML(); return OaiBase::create($this->params, $xml, 'Identify'); } }