ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
oai.php
Go to the documentation of this file.
1 <?php
2 
20 
21 /*
22  * Handles OAI-PMH request according to https://www.openarchives.org/OAI/openarchivesprotocol.html
23  */
24 
25 require_once '../vendor/composer/vendor/autoload.php';
26 
29 
30 $handler = new Handler();
31 $handler->sendResponseToRequest();
static initILIAS()
ilias initialisation
const CONTEXT_ICAL
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$handler
Definition: oai.php:30
static init(string $a_type)
Init context by type.