ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Data Structures | |
class | DataService |
class | ilInitialisation |
Class: ilInitialisation_Public Helper class that derives from ilInitialisation in order to 'publish' some of its methods that are (currently) required by XapiProxy and included plugin classes. More... | |
class | XapiProxy |
class | XapiProxyPolyFill |
class | XapiProxyRequest |
class | XapiProxyResponse |
Variables | |
$plugin = false | |
if(strtoupper($_SERVER["REQUEST_METHOD"])=="OPTIONS") if(!empty($_SERVER['PHP_AUTH_USER']) &&!empty($_SERVER['PHP_AUTH_PW'])) elseif(!empty($_SERVER['HTTP_AUTHORIZATION'])) | else |
handle preflight More... | |
exit | |
$dic = $GLOBALS['DIC'] | |
handle XapiProxy Init More... | |
$dic ['xapiproxy'] | |
try | |
handle Lrs Init More... | |
catch (\Exception $e) | |
$req = new XapiProxyRequest() | |
$resp = new XapiProxyResponse() | |
XapiProxy\$dic = $GLOBALS['DIC'] |
handle XapiProxy Init
Definition at line 71 of file xapiproxy.php.
XapiProxy\$dic[ 'xapiproxy'] |
Definition at line 73 of file xapiproxy.php.
XapiProxy\$plugin = false |
Definition at line 8 of file xapiproxy.php.
Referenced by XapiProxy\XapiProxy\__construct(), LTI\ilGlobalTemplate\__construct(), ilIndependentGlobalTemplate\__construct(), ILIAS\MainMenu\Storage\Services\UICore\MetaTemplate\PageContentGUI\__construct(), ILIAS\GlobalScreen\Provider\__construct(), ilRTEGlobalTemplate\__construct(), ilCOPageGlobalTemplate\__construct(), ilGlobalTemplate\__construct(), ilDataCollectionGlobalTemplate\__construct(), XapiProxy\XapiProxyPolyFill\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilTemplate\__construct(), ilLPStatusPlugin\_getCompleted(), ilLPStatusPlugin\_getFailed(), ilLPStatusPlugin\_getInProgress(), ilLPStatusPlugin\_getNotAttempted(), ilPluginsOverviewTableGUI\addPluginData(), ilClaimingPermissionHelper\checkPlugins(), ilCustomUserFieldsGUI\create(), ilLPStatusPlugin\determinePercentage(), ilLPStatusPlugin\determineStatus(), ilPCPluggedGUI\executeCommand(), ilObjPluginDispatchGUI\forward(), ILIAS\GlobalScreen\Identification\Serializer\SerializerFactory\fromSerializedIdentification(), ilCustomUserFieldsHelper\getActivePlugins(), ilPluginAdmin\getAllGlobalScreenProviders(), ilOrgUnitType\getAllTypes(), ilOrgUnitType\getAvailableAdvancedMDRecords(), ilPageObjectGUI\getComponentPluginsXML(), ilCalendarAppointmentPresentationGUI\getContentByPlugins(), ilCalendarViewGUI\getContentByPlugins(), ilPCPlugged\getCssFiles(), ilCustomUserFieldsHelper\getFormPropertyForDefinition(), ilOrgUnitType\getIconPath(), ilPCPlugged\getJavascriptFiles(), XapiProxy\XapiProxyPolyFill\getLrsTypeAndMoreByToken(), ilCalendarViewGUI\getModalTitleByPlugins(), ilCalendarAgendaListGUI\getPluginAgendaItem(), ilCustomUserFieldsHelper\getPluginForType(), ilPlugin\getPluginObject(), ilPluginSlot\getPluginsInformation(), ilStudyProgrammeType\getRepository(), ilOrgUnitType\getTranslation(), ilCustomUserFieldsHelper\getUDFTypes(), ilCustomUserFieldsGUI\initForm(), ilAppEventHandler\initListeners(), ilInitialisation\initUIFramework(), ilTextAreaInputGUI\insert(), ilObjQuestionPool\isPluginActive(), ilRendererFactory\loadAvailableRenderers(), ilUserDefinedData\lookupData(), ilObjLanguage\refreshPlugins(), ilRTE\removeAllPlugins(), ilOrgUnitType\save(), ilWebDAVRequestHandler\setPlugins(), ilStudyProgrammeType\setTranslations(), ilObjComponentSettingsGUI\showPlugin(), ilCustomUserFieldsGUI\update(), ilStudyProgrammeType\updateable(), ilOrgUnitType\updateable(), ilStudyProgrammeType\updateAssignedStudyProgrammesIcons(), ilStudyProgrammeTypeDBRepository\updateRowTypeTranslationDB(), and ilCloudFileTree\uploadFileToService().
XapiProxy\$req = new XapiProxyRequest() |
Definition at line 89 of file xapiproxy.php.
Referenced by ilMDFactory\_getInstance(), ilHttpRequest\_scan_url(), ilNICKeyRegisteredObjective\achieve(), ilMDOrComposite\addRequirement(), ilMD5295OrComposite\addRequirement(), soap_transport_http\buildPayload(), XapiProxy\XapiProxyRequest\createProxyRequest(), ilMD5295OrComposite\delete(), ilMDOrComposite\delete(), ilMD5295Technical\delete(), ilMDTechnical\delete(), ilHttpRequest\downloadToString(), ilNICKeyRegisteredObjective\getCurlConnection(), ilMDOrComposite\getRequirement(), ilMD5295OrComposite\getRequirement(), ilObjUserGUI\getValues(), XapiProxy\XapiProxyRequest\handlePostPutStatementsRequest(), ilExcCriteriaGUI\initForm(), ilCourseObjectivesGUI\initFormLimits(), ilRBACTest\testCopyRolePermissions(), ilRBACTest\testRevokePermission(), ilRBACTest\testRevokeSubtreePermissions(), ilMD5295OrComposite\toXML(), ilMDOrComposite\toXML(), ilMDTechnical\toXML(), ilMD5295Technical\toXML(), and ilClient\updateNIC().
XapiProxy\$resp = new XapiProxyResponse() |
Definition at line 90 of file xapiproxy.php.
Referenced by ilRpcClient\__call(), ilTabsGUI\__getHTML(), ilStartUpGUI\_checkGoto(), ilTemplate\addBlockFile(), ilTemplate\get(), ilContainerGUI\getAsynchItemListObject(), ilCalendarAppointmentGUI\initForm(), ilTemplate\loadTemplatefile(), ilCOPageGlobalTemplate\printToStdout(), ilRTEGlobalTemplate\printToStdout(), ilDataCollectionGlobalTemplate\printToStdout(), ilCtrl\redirectToURL(), ILIAS\MainMenu\Storage\Services\UICore\MetaTemplate\PageContentGUI\renderPage(), ilGlobalTemplate\renderPage(), ilObjContentObjectGUI\setilLMMenu(), and ilObjComponentSettingsGUI\showPlugin().
XapiProxy\catch(\Exception $e) |
Definition at line 83 of file xapiproxy.php.
if ( $plugin) XapiProxy\else |
handle preflight
handle path context
handle basic auth
required for Plugin in ILIAS 5.x
Definition at line 39 of file xapiproxy.php.
XapiProxy\exit |
Definition at line 41 of file xapiproxy.php.
XapiProxy\try |
handle Lrs Init
Definition at line 80 of file xapiproxy.php.