ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private 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... | |
![]() | |
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... | |
Definition at line 34 of file CookieJarWrapper.php.
ILIAS\HTTP\Cookies\CookieJarWrapper::__construct | ( | private SetCookies | $cookies | ) |
ILIAS\HTTP\Cookies\CookieJarWrapper::get | ( | string | $name | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 56 of file CookieJarWrapper.php.
ILIAS\HTTP\Cookies\CookieJarWrapper::getAll | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 67 of file CookieJarWrapper.php.
ILIAS\HTTP\Cookies\CookieJarWrapper::has | ( | string | $name | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 47 of file CookieJarWrapper.php.
ILIAS\HTTP\Cookies\CookieJarWrapper::renderIntoResponseHeader | ( | ResponseInterface | $response | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 111 of file CookieJarWrapper.php.
References $response.
ILIAS\HTTP\Cookies\CookieJarWrapper::without | ( | string | $name | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 99 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJar\without().