ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
CookieJarFactory.php
Go to the documentation of this file.
1 <?php
2 
19 namespace ILIAS\HTTP\Cookies;
20 
22 
34 {
40  public function fromCookieStrings(array $cookieStrings): CookieJar;
41 
42 
48  public function fromResponse(ResponseInterface $response): CookieJar;
49 }
fromCookieStrings(array $cookieStrings)
Create CookieJar from a collection of Cookie header value strings.
$response
Definition: xapitoken.php:93
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Cookie.php:19
fromResponse(ResponseInterface $response)
Create CookieJar from a Response.