| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\HTTP\Cookies\CookieJarWrapper:
 Collaboration diagram for ILIAS\HTTP\Cookies\CookieJarWrapper:Public Member Functions | |
| __construct (SetCookies $cookies) | |
| CookieJarWrapper constructor.  More... | |
| has (string $name) | |
| get (string $name) | |
| getAll () | |
| without (string $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 | |
| SetCookies | $cookies | 
Definition at line 31 of file CookieJarWrapper.php.
| ILIAS\HTTP\Cookies\CookieJarWrapper::__construct | ( | SetCookies | $cookies | ) | 
CookieJarWrapper constructor.
Definition at line 39 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJarWrapper\$cookies.
| ILIAS\HTTP\Cookies\CookieJarWrapper::get | ( | string | $name | ) | 
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 57 of file CookieJarWrapper.php.
| ILIAS\HTTP\Cookies\CookieJarWrapper::getAll | ( | ) | 
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 68 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJar\with().
 Here is the call graph for this function:| ILIAS\HTTP\Cookies\CookieJarWrapper::has | ( | string | $name | ) | 
Implements ILIAS\HTTP\Cookies\CookieJar.
Definition at line 48 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 100 of file CookieJarWrapper.php.
References ILIAS\HTTP\Cookies\CookieJar\without().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 33 of file CookieJarWrapper.php.
Referenced by ILIAS\HTTP\Cookies\CookieJarWrapper\__construct().