ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
RequestProcessorInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERExposer\OAIPMH\Responses
;
22
23
use
ILIAS\MetaData\OERExposer\OAIPMH\Requests\RequestInterface
;
24
28
interface
RequestProcessorInterface
29
{
30
public
function
getResponseToRequest
(
RequestInterface
$request): \DomDocument;
31
}
ILIAS\MetaData\OERExposer\OAIPMH\Responses\RequestProcessorInterface\getResponseToRequest
getResponseToRequest(RequestInterface $request)
RequestInterface
ILIAS\MetaData\OERExposer\OAIPMH\Responses\RequestProcessorInterface
Processes OAI PMH requests according to https://www.openarchives.org/OAI/openarchivesprotocol.html.
Definition:
RequestProcessorInterface.php:28
ILIAS\MetaData\OERExposer\OAIPMH\Responses
Definition:
Error.php:21
RequestInterface
components
ILIAS
MetaData
classes
OERExposer
OAIPMH
Responses
RequestProcessorInterface.php
Generated on Wed Sep 10 2025 15:16:00 for ILIAS by
1.8.13 (using
Doxyfile
)