ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
fromCookieStrings (array $cookieStrings) | |
Create CookieJar from a collection of Cookie header value strings. More... | |
fromResponse (ResponseInterface $response) | |
Create CookieJar from a Response. More... | |
Definition at line 30 of file CookieJarFactory.php.
ILIAS\HTTP\Cookies\CookieJarFactory::fromCookieStrings | ( | array | $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.
Implemented in ILIAS\HTTP\Cookies\CookieJarFactoryImpl.