ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
CookieJarFactory.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\HTTP\Cookies;
20
21use Psr\Http\Message\ResponseInterface;
22
34{
40 public function fromCookieStrings(array $cookieStrings): CookieJar;
41
42
48 public function fromResponse(ResponseInterface $response): CookieJar;
49}
fromResponse(ResponseInterface $response)
Create CookieJar from a Response.
fromCookieStrings(array $cookieStrings)
Create CookieJar from a collection of Cookie header value strings.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Cookie.php:19
$response
Definition: xapitoken.php:93