ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (private SetCookies $cookies) | |
CookieJarWrapper constructor. More... | |
has (string $name) | |
get (string $name) | |
getAll () | |
without (string $name) | |
renderIntoResponseHeader (ResponseInterface $response) | |
![]() | |
with (Cookie $setCookie) | |
Creates a new cookie jar with the given cookie. More... | |
Definition at line 34 of file CookieJarWrapper.php.
ILIAS\HTTP\Cookies\CookieJarWrapper::__construct | ( | private SetCookies | $cookies | ) |
ILIAS\HTTP\Cookies\CookieJarWrapper::get | ( | string | $name | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 56 of file CookieJarWrapper.php.
References null.
ILIAS\HTTP\Cookies\CookieJarWrapper::getAll | ( | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 67 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJar\with().
ILIAS\HTTP\Cookies\CookieJarWrapper::has | ( | string | $name | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 47 of file CookieJarWrapper.php.
ILIAS\HTTP\Cookies\CookieJarWrapper::renderIntoResponseHeader | ( | ResponseInterface | $response | ) |
ILIAS\HTTP\Cookies\CookieJarWrapper::without | ( | string | $name | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 99 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJar\without().