|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Request\LegacyRequestProxy:
Collaboration diagram for ILIAS\WebDAV\Request\LegacyRequestProxy:Public Member Functions | |
| getProtocolVersion () | |
| withProtocolVersion (string $version) | |
| getHeaders () | |
| hasHeader (string $name) | |
| getHeader (string $name) | |
| getHeaderLine (string $name) | |
| withHeader (string $name, $value) | |
| withAddedHeader (string $name, $value) | |
| withoutHeader (string $name) | |
| getBody () | |
| withBody (StreamInterface $body) | |
| getRequestTarget () | |
| withRequestTarget (string $requestTarget) | |
| getMethod () | |
| withMethod (string $method) | |
| getUri () | |
| withUri (UriInterface $uri, bool $preserveHost=false) | |
| getServerParams () | |
| getCookieParams () | |
| withCookieParams (array $cookies) | |
| getQueryParams () | |
| withQueryParams (array $query) | |
| getUploadedFiles () | |
| withUploadedFiles (array $uploadedFiles) | |
| getParsedBody () | |
| withParsedBody ($data) | |
| getAttributes () | |
| getAttribute (string $name, $default=null) | |
| withAttribute (string $name, $value) | |
| withoutAttribute (string $name) | |
Private Member Functions | |
| request () | |
Definition at line 29 of file LegacyRequestProxy.php.
| ILIAS\WebDAV\Request\LegacyRequestProxy::getAttribute | ( | string | $name, |
$default = null |
|||
| ) |
Definition at line 175 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getAttributes | ( | ) |
Definition at line 170 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getBody | ( | ) |
Definition at line 85 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getCookieParams | ( | ) |
Definition at line 130 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getHeader | ( | string | $name | ) |
Definition at line 60 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getHeaderLine | ( | string | $name | ) |
Definition at line 65 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getHeaders | ( | ) |
Definition at line 50 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getMethod | ( | ) |
Definition at line 105 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getParsedBody | ( | ) |
Definition at line 160 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getProtocolVersion | ( | ) |
Definition at line 40 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getQueryParams | ( | ) |
Definition at line 140 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getRequestTarget | ( | ) |
Definition at line 95 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getServerParams | ( | ) |
Definition at line 125 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getUploadedFiles | ( | ) |
Definition at line 150 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::getUri | ( | ) |
Definition at line 115 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::hasHeader | ( | string | $name | ) |
Definition at line 55 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:
|
private |
Definition at line 31 of file LegacyRequestProxy.php.
References $dic, and $GLOBALS.
Referenced by ILIAS\WebDAV\Request\LegacyRequestProxy\getAttribute(), ILIAS\WebDAV\Request\LegacyRequestProxy\getAttributes(), ILIAS\WebDAV\Request\LegacyRequestProxy\getBody(), ILIAS\WebDAV\Request\LegacyRequestProxy\getCookieParams(), ILIAS\WebDAV\Request\LegacyRequestProxy\getHeader(), ILIAS\WebDAV\Request\LegacyRequestProxy\getHeaderLine(), ILIAS\WebDAV\Request\LegacyRequestProxy\getHeaders(), ILIAS\WebDAV\Request\LegacyRequestProxy\getMethod(), ILIAS\WebDAV\Request\LegacyRequestProxy\getParsedBody(), ILIAS\WebDAV\Request\LegacyRequestProxy\getProtocolVersion(), ILIAS\WebDAV\Request\LegacyRequestProxy\getQueryParams(), ILIAS\WebDAV\Request\LegacyRequestProxy\getRequestTarget(), ILIAS\WebDAV\Request\LegacyRequestProxy\getServerParams(), ILIAS\WebDAV\Request\LegacyRequestProxy\getUploadedFiles(), ILIAS\WebDAV\Request\LegacyRequestProxy\getUri(), ILIAS\WebDAV\Request\LegacyRequestProxy\hasHeader(), ILIAS\WebDAV\Request\LegacyRequestProxy\withAddedHeader(), ILIAS\WebDAV\Request\LegacyRequestProxy\withAttribute(), ILIAS\WebDAV\Request\LegacyRequestProxy\withBody(), ILIAS\WebDAV\Request\LegacyRequestProxy\withCookieParams(), ILIAS\WebDAV\Request\LegacyRequestProxy\withHeader(), ILIAS\WebDAV\Request\LegacyRequestProxy\withMethod(), ILIAS\WebDAV\Request\LegacyRequestProxy\withoutAttribute(), ILIAS\WebDAV\Request\LegacyRequestProxy\withoutHeader(), ILIAS\WebDAV\Request\LegacyRequestProxy\withParsedBody(), ILIAS\WebDAV\Request\LegacyRequestProxy\withProtocolVersion(), ILIAS\WebDAV\Request\LegacyRequestProxy\withQueryParams(), ILIAS\WebDAV\Request\LegacyRequestProxy\withRequestTarget(), ILIAS\WebDAV\Request\LegacyRequestProxy\withUploadedFiles(), and ILIAS\WebDAV\Request\LegacyRequestProxy\withUri().
Here is the caller graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withAddedHeader | ( | string | $name, |
| $value | |||
| ) |
Definition at line 75 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withAttribute | ( | string | $name, |
| $value | |||
| ) |
Definition at line 180 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withBody | ( | StreamInterface | $body | ) |
Definition at line 90 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withCookieParams | ( | array | $cookies | ) |
Definition at line 135 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withHeader | ( | string | $name, |
| $value | |||
| ) |
Definition at line 70 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withMethod | ( | string | $method | ) |
Definition at line 110 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withoutAttribute | ( | string | $name | ) |
Definition at line 185 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withoutHeader | ( | string | $name | ) |
Definition at line 80 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withParsedBody | ( | $data | ) |
Definition at line 165 of file LegacyRequestProxy.php.
References $data, and ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withProtocolVersion | ( | string | $version | ) |
Definition at line 45 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withQueryParams | ( | array | $query | ) |
Definition at line 145 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withRequestTarget | ( | string | $requestTarget | ) |
Definition at line 100 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withUploadedFiles | ( | array | $uploadedFiles | ) |
Definition at line 155 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function:| ILIAS\WebDAV\Request\LegacyRequestProxy::withUri | ( | UriInterface | $uri, |
| bool | $preserveHost = false |
||
| ) |
Definition at line 120 of file LegacyRequestProxy.php.
References ILIAS\WebDAV\Request\LegacyRequestProxy\request().
Here is the call graph for this function: