|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ILIAS\HTTP\Cookies\CookieJar:
Collaboration diagram for ILIAS\HTTP\Cookies\CookieJar:Public Member Functions | |
| 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 24 of file CookieJar.php.
| ILIAS\HTTP\Cookies\CookieJar::get | ( | string | $name | ) |
Fetches the cookie with the given name from the current jar.
If no cookie could be found, null is returned.
| string | $name | Name of the cookie which should be returned. |
Implemented in ILIAS\HTTP\Cookies\CookieJarWrapper.
| ILIAS\HTTP\Cookies\CookieJar::getAll | ( | ) |
Fetches all cookies from the current jar.
Implemented in ILIAS\HTTP\Cookies\CookieJarWrapper.
| ILIAS\HTTP\Cookies\CookieJar::has | ( | string | $name | ) |
Checks if a cookie with the given name is in the jar.
| string | $name | Cookie name. |
Implemented in ILIAS\HTTP\Cookies\CookieJarWrapper.
| ILIAS\HTTP\Cookies\CookieJar::renderIntoResponseHeader | ( | ResponseInterface | $response | ) |
Render CookieJar into a Response.
| ResponseInterface | $response |
Implemented in ILIAS\HTTP\Cookies\CookieJarWrapper.
| ILIAS\HTTP\Cookies\CookieJar::with | ( | Cookie | $setCookie | ) |
| ILIAS\HTTP\Cookies\CookieJar::without | ( | string | $name | ) |
Creates a cookie jar without the specified cookie.
| string | $name | Cookie name. |
Implemented in ILIAS\HTTP\Cookies\CookieJarWrapper.
Referenced by ILIAS\HTTP\Cookies\CookieJarWrapper\without().
Here is the caller graph for this function: