|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\HTTP\Cookies\CookieJarFactoryImpl:
Collaboration diagram for ILIAS\HTTP\Cookies\CookieJarFactoryImpl:Public Member Functions | |||
| fromCookieStrings (array $cookieStrings) | |||
Create CookieJar from a collection of Cookie header value strings.
| |||
| fromResponse (ResponseInterface $response) | |||
| Create CookieJar from a Response. More... | |||
Definition at line 31 of file CookieJarFactoryImpl.php.
| ILIAS\HTTP\Cookies\CookieJarFactoryImpl::fromCookieStrings | ( | array | $cookieStrings | ) |
Create CookieJar from a collection of Cookie header value strings.
| string[] | $cookieStrings |
Implements ILIAS\HTTP\Cookies\CookieJarFactory.
Definition at line 36 of file CookieJarFactoryImpl.php.
| ILIAS\HTTP\Cookies\CookieJarFactoryImpl::fromResponse | ( | ResponseInterface | $response | ) |
Create CookieJar from a Response.
Implements ILIAS\HTTP\Cookies\CookieJarFactory.
Definition at line 45 of file CookieJarFactoryImpl.php.