|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ILIAS\HTTP\Cookies\CookieJarWrapper:
Collaboration diagram for ILIAS\HTTP\Cookies\CookieJarWrapper:Public Member Functions | |
| __construct (SetCookies $cookies) | |
| CookieJarWrapper constructor. More... | |
| has ($name) | |
| @inheritDoc More... | |
| get ($name) | |
| @inheritDoc More... | |
| getAll () | |
| @inheritDoc More... | |
| without ($name) | |
| @inheritDoc More... | |
| renderIntoResponseHeader (ResponseInterface $response) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\HTTP\Cookies\CookieJar | |
| has ($name) | |
| Checks if a cookie with the given name is in the jar. More... | |
| get ($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 ($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 | ( | $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 | ( | $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 | ( | $name | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 93 of file CookieJarWrapper.php.
References $name.
|
private |
Definition at line 24 of file CookieJarWrapper.php.
Referenced by ILIAS\HTTP\Cookies\CookieJarWrapper\__construct().