ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
NullWrapper.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
class
NullWrapper
implements
WrapperInterface
26
{
27
public
function
requestHasArgument
(
Argument
$argument): bool
28
{
29
return
false
;
30
}
31
32
public
function
retrieveArgumentFromRequest
(
Argument
$argument): string
33
{
34
return
''
;
35
}
36
37
public
function
sendResponseAndClose
(
38
int
$status_code,
39
string
$message
=
''
,
40
?\
DOMDocument
$body =
null
41
): void {
42
}
43
}
DOMDocument
ILIAS\MetaData\OERExposer\OAIPMH\HTTP\NullWrapper\retrieveArgumentFromRequest
retrieveArgumentFromRequest(Argument $argument)
Definition:
NullWrapper.php:32
ILIAS\MetaData\OERExposer\OAIPMH\HTTP\NullWrapper\sendResponseAndClose
sendResponseAndClose(int $status_code, string $message='', ?\DOMDocument $body=null)
Definition:
NullWrapper.php:37
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\HTTP\NullWrapper
Definition:
NullWrapper.php:25
ILIAS\MetaData\OERExposer\OAIPMH\Requests\Argument
Argument
Definition:
Argument.php:23
$message
$message
Definition:
xapiexit.php:31
ILIAS\MetaData\OERExposer\OAIPMH\HTTP\NullWrapper\requestHasArgument
requestHasArgument(Argument $argument)
Definition:
NullWrapper.php:27
components
ILIAS
MetaData
classes
OERExposer
OAIPMH
HTTP
NullWrapper.php
Generated on Wed Sep 3 2025 23:03:27 for ILIAS by
1.8.13 (using
Doxyfile
)