ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
fromCookieStrings ($cookieStrings) | |
Create CookieJar from a collection of Cookie header value strings. More... | |
fromResponse (ResponseInterface $response) | |
Create CookieJar from a Response. More... | |
Definition at line 17 of file CookieJarFactory.php.
ILIAS\HTTP\Cookies\CookieJarFactory::fromCookieStrings | ( | $cookieStrings | ) |
Create CookieJar from a collection of Cookie header value strings.
string[] | $cookieStrings |
Implemented in ILIAS\HTTP\Cookies\CookieJarFactoryImpl.
ILIAS\HTTP\Cookies\CookieJarFactory::fromResponse | ( | ResponseInterface | $response | ) |
Create CookieJar from a Response.
ResponseInterface | $response |
Implemented in ILIAS\HTTP\Cookies\CookieJarFactoryImpl.