|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Collaboration diagram for ILIAS\WebDAV\Request\RequestTranslation:Public Member Functions | |
| __construct (private Config $config, private ServerRequestInterface $request) | |
| getRequestedPath () | |
| getBasePath () | |
| getRequestedPathAsArray () | |
| showMountPoint () | |
| setup () | |
| close () | |
Private Attributes | |
| string | $endpoint |
| SuperGlobalDropInReplacement array | $post |
Definition at line 30 of file RequestTranslation.php.
| ILIAS\WebDAV\Request\RequestTranslation::__construct | ( | private Config | $config, |
| private ServerRequestInterface | $request | ||
| ) |
Definition at line 35 of file RequestTranslation.php.
| ILIAS\WebDAV\Request\RequestTranslation::close | ( | ) |
Definition at line 102 of file RequestTranslation.php.
References $_POST, and ILIAS\WebDAV\Request\RequestTranslation\$post.
| ILIAS\WebDAV\Request\RequestTranslation::getBasePath | ( | ) |
Definition at line 61 of file RequestTranslation.php.
References ILIAS\$client_id, and $path.
| ILIAS\WebDAV\Request\RequestTranslation::getRequestedPath | ( | ) |
Definition at line 42 of file RequestTranslation.php.
References ILIAS\$client_id, and $path.
Referenced by ILIAS\WebDAV\Request\RequestTranslation\getRequestedPathAsArray().
Here is the caller graph for this function:| ILIAS\WebDAV\Request\RequestTranslation::getRequestedPathAsArray | ( | ) |
Definition at line 84 of file RequestTranslation.php.
References $path, and ILIAS\WebDAV\Request\RequestTranslation\getRequestedPath().
Here is the call graph for this function:| ILIAS\WebDAV\Request\RequestTranslation::setup | ( | ) |
| ILIAS\WebDAV\Request\RequestTranslation::showMountPoint | ( | ) |
Definition at line 90 of file RequestTranslation.php.
|
private |
Definition at line 32 of file RequestTranslation.php.
|
private |
Definition at line 33 of file RequestTranslation.php.
Referenced by ILIAS\WebDAV\Request\RequestTranslation\close().