ILIAS
release_8 Revision v8.23
|
Go to the source code of this file.
Variables | |
$path_info_components = explode('/', $_SERVER['PATH_INFO']) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More... | |
$client_id = $path_info_components[1] | |
$show_mount_instr = isset($_GET['mount-instructions']) | |
try | |
$_GET ["client_id"] = $client_id | |
$context = ilContext::CONTEXT_WEBDAV | |
$post_array = $_POST | |
catch(InvalidArgumentException $e) if(!ilDAVActivationChecker::_isActive()) | $webdav_dic = new ilWebDAVDIC() |
if($show_mount_instr) | else |
$_GET["client_id"] = $client_id |
Definition at line 28 of file webdav.php.
$client_id = $path_info_components[1] |
Definition at line 22 of file webdav.php.
$context = ilContext::CONTEXT_WEBDAV |
Definition at line 29 of file webdav.php.
Referenced by ilPDNotesGUI\__construct(), ilObjectListGUIFactory\_getListGUIByType(), ilNoteGUI\addNote(), ilObjLearningSequence\announceLSOOnline(), ilObjLTIConsumer\buildContentSelectionParameters(), ILIAS\MyStaff\ilMyStaffAccess\buildTempTableIlobjectsSpecificPermissionSetForOperationAndContext(), ILIAS\MyStaff\ilMyStaffAccess\buildTempTableIlobjectsUserMatrixForUserOperationAndContext(), ilMailSearchObjectGUI\cancel(), ilTestEvaluationGUI\confirmDeletePass(), ILIAS\MyStaff\ilMyStaffAccess\countOrgusOfUserWithAtLeastOneOperation(), ILIAS\Notes\NoteDBRepository\createNote(), ilDashboardGUI\executeCommand(), ilOrgUnitDefaultPermissionFormGUI\fillForm(), ilOrgUnitDefaultPermissionFormGUI\fillObject(), ilOrgUnitOperationQueries\findByOperationString(), ILIAS\LTI\ToolProvider\Context\fromPlatform(), ILIAS\LTI\ToolProvider\Context\fromRecordId(), ilMailTemplateGUI\getAjaxPlaceholdersById(), ilOrgUnitPermissionQueries\getAllTemplateSetsForAllActivedContexts(), ilNoteGUI\getCommentsWidget(), ilLTIConsumerLaunch\getContext(), ilAuthFactory\getContext(), ilMailSearchObjectGUI\getContext(), ilOrgUnitPermissionQueries\getContextByRefId(), ilMailTemplateContextService\getContextInstance(), ilObjectDefinition\getCreatableSubObjects(), ilLTIConsumerContentGUI\getEmbeddedAutoStartFormular(), ilFileVersionsGUI\getFileProcessor(), ILIAS\LTI\ToolProvider\Service\Membership\getMembers(), ILIAS\Notes\NotesManager\getNotesForRepositoryObjId(), ilDclBaseRecordModel\getNrOfComments(), ilPollBlockGUI\getNumberOfComments(), ilOrgUnitOperationQueries\getOperationsForContextId(), ilOrgUnitOperationQueries\getOperationsForContextName(), ILIAS\Notes\NoteDBRepository\getQuery(), ilLTIConsumerContentGUI\getStartButtonTxt11(), ilLTIConsumerContentGUI\getStartButtonTxt13(), ilNoteGUI\getTarget(), ilMailTemplateContextService\getTemplateContexts(), ilMailFormGUI\getTemplateDataById(), ilMailTemplateGUI\getTemplateForm(), ilOrgUnitPermissionQueries\getTemplateSetForContextName(), ilOrgUnitPermissionQueries\hasLocalSet(), ilNotesDataSet\importRecord(), ilNewsDataSet\importRecord(), ilObjFileGUI\infoScreenForward(), InitCtrlService\init(), ilLTIViewGUI\init(), ilExAssignmentEditorGUI\initAssignmentForm(), ilOrgUnitDefaultPermissionFormGUI\initFormElements(), ilMailTemplateContextService\insertFromXML(), ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main(), ILIAS\Notes\NotificationsManager\notifyObserver(), ILIAS\LTI\ToolProvider\Service\Service\parseContextsInArray(), ILIAS\GlobalScreen\ScreenContext\Stack\ContextStack\push(), ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\push(), ilTestEvaluationGUI\redirectToPassDeletionContext(), ilOrgUnitOperationContextQueries\registerNewContext(), ilOrgUnitOperationQueries\registerNewOperationForMultipleContexts(), ilMail\replacePlaceholders(), ILIAS\GlobalScreen\ScreenContext\ContextRepository\repository(), ILIAS\Notes\NotificationsManager\sendNotifications(), ilExAssignmentReminder\sentReminderPlaceholders(), ilObjSurvey\sentReminderPlaceholders(), ilAuthFactory\setContext(), ilMailFormGUI\showForm(), ComponentRendererLoaderCachingWrapperTest\test_forwards_from_underlying(), ComponentRendererLoaderResourceRegistryWrapperTest\test_forwards_from_underlying(), ComponentRendererFSLoaderTest\test_getRenderer_successfully_extra(), ilCtrlArrayClassPathTest\testArrayPathWithContextAndProvidedBaseClass(), ilCtrlArrayClassPathTest\testArrayPathWithContextBaseClass(), ilCtrlArrayClassPathTest\testArrayPathWithoutBaseClass(), ilCtrlArrayClassPathTest\testArrayPathWithProvidedBaseClass(), ilCtrlContextTest\testContextAsyncPropertyAdoptionByRequest(), ilCtrlContextTest\testContextBaseClassPropertyAdoptionByRequest(), ilCtrlContextTest\testContextCommandClassPropertyWithBaseClass(), ilCtrlContextTest\testContextCommandClassPropertyWithoutBaseClass(), ilCtrlContextTest\testContextPathProgressionWhenSettingClasses(), NewsContextTest\testContextProperties(), ilCtrlContextTest\testContextPropertiesThatCantBeAdopted(), ilCtrlContextTest\testContextPropertyAdoptionByRequest(), ilCtrlContextTest\testContextPropertyAdoptionWithoutCidPathAndBaseClass(), ilMailTemplateContextTest\testGlobalPlaceholdersCanBeResolvedWithCorrespondingValues(), ilCtrlPathFactoryTest\testPathFactoryFindArrayClassTargetPath(), ilCtrlPathFactoryTest\testPathFactoryFindSingleClassTargetPath(), ilCtrlSingleClassPathTest\testSinglePathBaseclassPriority(), ilCtrlSingleClassPathTest\testSinglePathWithContextBaseClass(), ilCtrlSingleClassPathTest\testSinglePathWithoutBaseClass(), ilCtrlSingleClassPathTest\testSinglePathWithProvidedBaseClass(), ilCtrlSingleClassPathTest\testSinglePathWithSameTargetClass(), and ILIAS\UI\Implementation\DefaultRenderer\withAdditionalContext().
$path_info_components = explode('/', $_SERVER['PATH_INFO']) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file webdav.php.
Referenced by ilCalendarRemoteAccessHandler\parseRequest().
$post_array = $_POST |
Definition at line 31 of file webdav.php.
Referenced by assOrderingQuestion\getSolutionListFromPostSubmit(), ilWebDAVRequestHandler\handleRequest(), and ilTestPlayerAbstractGUI\handleUserSettings().
$show_mount_instr = isset($_GET['mount-instructions']) |
Definition at line 23 of file webdav.php.
catch (InvalidArgumentException $e) if (!ilDAVActivationChecker::_isActive()) $webdav_dic = new ilWebDAVDIC() |
Definition at line 55 of file webdav.php.
Referenced by ilInfoScreenGUI\addMetaDataSections(), and ilObjectListGUI\getProperties().
if ( $show_mount_instr) else |
Definition at line 61 of file webdav.php.
try |
Definition at line 25 of file webdav.php.