ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ParserInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERExposer\OAIPMH\Requests
;
22
23
use
ILIAS\Data\URI
;
24
25
interface
ParserInterface
26
{
27
public
function
parseFromHTTP
(
URI
$base_url):
RequestInterface
;
28
}
ILIAS\MetaData\OERExposer\OAIPMH\Requests
Definition:
Argument.php:21
RequestInterface
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:34
ILIAS\MetaData\OERExposer\OAIPMH\Requests\ParserInterface\parseFromHTTP
parseFromHTTP(URI $base_url)
ILIAS\Data\URI
ILIAS\MetaData\OERExposer\OAIPMH\Requests\ParserInterface
Definition:
ParserInterface.php:25
components
ILIAS
MetaData
classes
OERExposer
OAIPMH
Requests
ParserInterface.php
Generated on Wed Sep 10 2025 15:16:00 for ILIAS by
1.8.13 (using
Doxyfile
)