ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
oai.php
Go to the documentation of this file.
1 <?php
2 
4 
5 /*
6  * Handles OAI-PMH request according to https://www.openarchives.org/OAI/openarchivesprotocol.html
7  */
8 
9 require_once '../vendor/composer/vendor/autoload.php';
10 
13 
14 $handler = new Handler();
15 $handler->sendResponseToRequest();
static initILIAS()
ilias initialisation
const CONTEXT_ICAL
$handler
Definition: oai.php:14
static init(string $a_type)
Init context by type.