ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
WrapperInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERExposer\OAIPMH\HTTP
;
22
23
use
ILIAS\MetaData\OERExposer\OAIPMH\Requests\Argument
;
24
25
interface
WrapperInterface
26
{
27
public
function
requestHasArgument
(
Argument
$argument): bool;
28
29
public
function
retrieveArgumentFromRequest
(
Argument
$argument): string;
30
31
public
function
sendResponseAndClose
(
32
int
$status_code,
33
string
$message
=
''
,
34
?\
DOMDocument
$body =
null
35
): void;
36
}
DOMDocument
ILIAS\MetaData\OERExposer\OAIPMH\HTTP\WrapperInterface\requestHasArgument
requestHasArgument(Argument $argument)
ILIAS\MetaData\OERExposer\OAIPMH\HTTP\WrapperInterface\retrieveArgumentFromRequest
retrieveArgumentFromRequest(Argument $argument)
ILIAS\MetaData\OERExposer\OAIPMH\HTTP\WrapperInterface\sendResponseAndClose
sendResponseAndClose(int $status_code, string $message='', ?\DOMDocument $body=null)
ILIAS\MetaData\OERExposer\OAIPMH\HTTP
Definition:
NullWrapper.php:21
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\MetaData\OERExposer\OAIPMH\HTTP\WrapperInterface
Definition:
WrapperInterface.php:25
ILIAS\MetaData\OERExposer\OAIPMH\Requests\Argument
Argument
Definition:
Argument.php:23
$message
$message
Definition:
xapiexit.php:31
components
ILIAS
MetaData
classes
OERExposer
OAIPMH
HTTP
WrapperInterface.php
Generated on Wed Sep 3 2025 23:03:27 for ILIAS by
1.8.13 (using
Doxyfile
)