ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (SetCookies $cookies) | |
CookieJarWrapper constructor. More... | |
has ($name) | |
get ($name) | |
getAll () | |
without ($name) | |
renderIntoResponseHeader (ResponseInterface $response) | |
Public Member Functions inherited from ILIAS\HTTP\Cookies\CookieJar | |
with (Cookie $setCookie) | |
Creates a new cookie jar with the given cookie. 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 | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 50 of file CookieJarWrapper.php.
References $name.
ILIAS\HTTP\Cookies\CookieJarWrapper::getAll | ( | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 61 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJar\with().
ILIAS\HTTP\Cookies\CookieJarWrapper::has | ( | $name | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 41 of file CookieJarWrapper.php.
References $name.
ILIAS\HTTP\Cookies\CookieJarWrapper::renderIntoResponseHeader | ( | ResponseInterface | $response | ) |
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 105 of file CookieJarWrapper.php.
References $response.
ILIAS\HTTP\Cookies\CookieJarWrapper::without | ( | $name | ) |
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().