ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
CookieJarFactory.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\HTTP\Cookies;
4 
6 
18 {
19 
27  public function fromCookieStrings($cookieStrings);
28 
29 
37  public function fromResponse(ResponseInterface $response);
38 }
Class CookieJarWrapperTest.
Definition: Cookie.php:3
fromResponse(ResponseInterface $response)
Create CookieJar from a Response.
fromCookieStrings($cookieStrings)
Create CookieJar from a collection of Cookie header value strings.
Representation of an outgoing, server-side response.
$response