|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Entrypoint:
Collaboration diagram for ILIAS\WebDAV\Entrypoint:Public Member Functions | |
| __construct (private Factory $factory, private RequestTranslation $request_translation, private SecretKeyRotation $secret_key_rotation, private Config $config) | |
| getName () | |
| enter () | |
| Pass program execution to this entry point. More... | |
| getName () | |
| enter () | |
| Pass program execution to this entry point. More... | |
Protected Member Functions | |
| handleMountInstruction (\ilDBInterface $database, ServerRequestInterface $request, \ilObjUser $current_user, \ilLanguage $language, UIServices $ui, GlobalHttpState $http) | |
Definition at line 43 of file Entrypoint.php.
| ILIAS\WebDAV\Entrypoint::__construct | ( | private Factory | $factory, |
| private RequestTranslation | $request_translation, | ||
| private SecretKeyRotation | $secret_key_rotation, | ||
| private Config | $config | ||
| ) |
Definition at line 45 of file Entrypoint.php.
| ILIAS\WebDAV\Entrypoint::enter | ( | ) |
Pass program execution to this entry point.
Implements ILIAS\Component\EntryPoint.
Definition at line 58 of file Entrypoint.php.
References $DIC, $http, $server, entry_point(), factory(), and ILIAS\WebDAV\Entrypoint\handleMountInstruction().
Here is the call graph for this function:| ILIAS\WebDAV\Entrypoint::getName | ( | ) |
Implements ILIAS\Component\EntryPoint.
Definition at line 53 of file Entrypoint.php.
|
protected |
Definition at line 141 of file Entrypoint.php.
Referenced by ILIAS\WebDAV\Entrypoint\enter().
Here is the caller graph for this function: