|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\HTTP\Cookies\CookieJarWrapper:
Collaboration diagram for ILIAS\HTTP\Cookies\CookieJarWrapper:Public Member Functions | |
| __construct (SetCookies $cookies) | |
| CookieJarWrapper constructor. More... | |
| has (string $name) | |
| @inheritDoc More... | |
| get (string $name) | |
| @inheritDoc More... | |
| getAll () | |
| @inheritDoc More... | |
| without (string $name) | |
| @inheritDoc More... | |
| renderIntoResponseHeader (ResponseInterface $response) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\HTTP\Cookies\CookieJar | |
| has (string $name) | |
| Checks if a cookie with the given name is in the jar. More... | |
| get (string $name) | |
| Fetches the cookie with the given name from the current jar. More... | |
| getAll () | |
| Fetches all cookies from the current jar. More... | |
| with (Cookie $setCookie) | |
| Creates a new cookie jar with the given cookie. More... | |
| without (string $name) | |
| Creates a cookie jar without the specified cookie. More... | |
| renderIntoResponseHeader (ResponseInterface $response) | |
| Render CookieJar into a Response. More... | |
Private Attributes | |
| $cookies | |
Definition at line 18 of file CookieJarWrapper.php.
| ILIAS\HTTP\Cookies\CookieJarWrapper::__construct | ( | SetCookies | $cookies | ) |
CookieJarWrapper constructor.
| SetCookies | $cookies |
Definition at line 32 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJarWrapper\$cookies.
| ILIAS\HTTP\Cookies\CookieJarWrapper::get | ( | string | $name | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 50 of file CookieJarWrapper.php.
References $name.
| ILIAS\HTTP\Cookies\CookieJarWrapper::getAll | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 61 of file CookieJarWrapper.php.
| ILIAS\HTTP\Cookies\CookieJarWrapper::has | ( | string | $name | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 41 of file CookieJarWrapper.php.
References $name.
| ILIAS\HTTP\Cookies\CookieJarWrapper::renderIntoResponseHeader | ( | ResponseInterface | $response | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 105 of file CookieJarWrapper.php.
References $response.
| ILIAS\HTTP\Cookies\CookieJarWrapper::without | ( | string | $name | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 93 of file CookieJarWrapper.php.
References $name, and ILIAS\HTTP\Cookies\CookieJar\without().
Here is the call graph for this function:
|
private |
Definition at line 24 of file CookieJarWrapper.php.
Referenced by ILIAS\HTTP\Cookies\CookieJarWrapper\__construct().