|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\HTTP\Cookies\CookieJarFactory:
Collaboration diagram for ILIAS\HTTP\Cookies\CookieJarFactory: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 17 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.
| ResponseInterface | $response |
Implemented in ILIAS\HTTP\Cookies\CookieJarFactoryImpl.