ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CookieJarFactory.php
Go to the documentation of this file.
1<?php
2
3namespace ILIAS\HTTP\Cookies;
4
6
18{
19
27 public function fromCookieStrings($cookieStrings);
28
29
38}
An exception for terminatinating execution or to throw for unit testing.
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.
Class CookieJarWrapperTest.
Definition: Cookie.php:3
$response