|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Collaboration diagram for ILIAS\WebDAV\Mount\UriBuilder:Public Member Functions | |
| __construct (private ServerRequestInterface $request, private Config $config) | |
| getWebDavDefaultUri (int $ref_id) | |
| getWebDavKonquerorUri (int $ref_id) | |
| getWebDavNautilusUri (int $ref_id) | |
| getUriToMountInstructionModalByRef (int $ref_id) | |
| getUriToMountInstructionModalByLanguage (string $language) | |
Private Member Functions | |
| uri () | |
| host () | |
| basePath () | |
| resolveBasePath (string $original_path) | |
| getWebDavPathToRef (int $ref_id) | |
| getWebDavBasePath () | |
| buildSchemedUri (string $placeholder, string $path) | |
Private Attributes | |
| const array | SCHEMAS |
| UriInterface | $uri = null |
| string | $host = null |
| string | $base_path = null |
Definition at line 30 of file UriBuilder.php.
| ILIAS\WebDAV\Mount\UriBuilder::__construct | ( | private ServerRequestInterface | $request, |
| private Config | $config | ||
| ) |
Definition at line 45 of file UriBuilder.php.
|
private |
Definition at line 69 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\resolveBasePath(), and ILIAS\WebDAV\Mount\UriBuilder\uri().
Referenced by ILIAS\WebDAV\Mount\UriBuilder\getWebDavBasePath().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 132 of file UriBuilder.php.
References $path, ILIAS\WebDAV\Mount\UriBuilder\host(), and ILIAS\WebDAV\Mount\UriBuilder\uri().
Referenced by ILIAS\WebDAV\Mount\UriBuilder\getWebDavDefaultUri(), ILIAS\WebDAV\Mount\UriBuilder\getWebDavKonquerorUri(), and ILIAS\WebDAV\Mount\UriBuilder\getWebDavNautilusUri().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\UriBuilder::getUriToMountInstructionModalByLanguage | ( | string | $language | ) |
Definition at line 114 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\getWebDavBasePath().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\UriBuilder::getUriToMountInstructionModalByRef | ( | int | $ref_id | ) |
Definition at line 109 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\getWebDavPathToRef().
Here is the call graph for this function:
|
private |
Definition at line 124 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\basePath().
Referenced by ILIAS\WebDAV\Mount\UriBuilder\getUriToMountInstructionModalByLanguage(), and ILIAS\WebDAV\Mount\UriBuilder\getWebDavPathToRef().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\UriBuilder::getWebDavDefaultUri | ( | int | $ref_id | ) |
Definition at line 94 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\buildSchemedUri(), and ILIAS\WebDAV\Mount\UriBuilder\getWebDavPathToRef().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\UriBuilder::getWebDavKonquerorUri | ( | int | $ref_id | ) |
Definition at line 99 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\buildSchemedUri(), and ILIAS\WebDAV\Mount\UriBuilder\getWebDavPathToRef().
Here is the call graph for this function:| ILIAS\WebDAV\Mount\UriBuilder::getWebDavNautilusUri | ( | int | $ref_id | ) |
Definition at line 104 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\buildSchemedUri(), and ILIAS\WebDAV\Mount\UriBuilder\getWebDavPathToRef().
Here is the call graph for this function:
|
private |
Definition at line 119 of file UriBuilder.php.
References $ref_id, and ILIAS\WebDAV\Mount\UriBuilder\getWebDavBasePath().
Referenced by ILIAS\WebDAV\Mount\UriBuilder\getUriToMountInstructionModalByRef(), ILIAS\WebDAV\Mount\UriBuilder\getWebDavDefaultUri(), ILIAS\WebDAV\Mount\UriBuilder\getWebDavKonquerorUri(), and ILIAS\WebDAV\Mount\UriBuilder\getWebDavNautilusUri().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 56 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\$host, ILIAS\WebDAV\Mount\UriBuilder\host(), and ILIAS\WebDAV\Mount\UriBuilder\uri().
Referenced by ILIAS\WebDAV\Mount\UriBuilder\buildSchemedUri(), and ILIAS\WebDAV\Mount\UriBuilder\host().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 74 of file UriBuilder.php.
Referenced by ILIAS\WebDAV\Mount\UriBuilder\basePath().
Here is the caller graph for this function:
|
private |
Definition at line 51 of file UriBuilder.php.
References ILIAS\WebDAV\Mount\UriBuilder\uri().
Referenced by ILIAS\WebDAV\Mount\UriBuilder\basePath(), ILIAS\WebDAV\Mount\UriBuilder\buildSchemedUri(), ILIAS\WebDAV\Mount\UriBuilder\host(), and ILIAS\WebDAV\Mount\UriBuilder\uri().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 43 of file UriBuilder.php.
|
private |
Definition at line 42 of file UriBuilder.php.
Referenced by ILIAS\WebDAV\Mount\UriBuilder\host().
|
private |
Definition at line 41 of file UriBuilder.php.
|
private |
Definition at line 35 of file UriBuilder.php.