| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 37 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.
Implemented in ILIAS\HTTP\Cookies\CookieJarWrapper.
| ILIAS\HTTP\Cookies\CookieJar::with | ( | Cookie | $setCookie | ) | 
Creates a new cookie jar with the given cookie.
| Cookie | $setCookie | The cookie which should be added to the jar. | 
Referenced by ILIAS\HTTP\Cookies\CookieJarWrapper\getAll().
 Here is the caller graph for this function:| 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: