ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | ||||
fromCookieStrings (array $cookieStrings) | ||||
Create CookieJar from a collection of Cookie header value strings.
| ||||
fromResponse (ResponseInterface $response) | ||||
Create CookieJar from a Response.
| ||||
Definition at line 18 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 24 of file CookieJarFactoryImpl.php.
ILIAS\HTTP\Cookies\CookieJarFactoryImpl::fromResponse | ( | ResponseInterface | $response | ) |
Create CookieJar from a Response.
ResponseInterface | $response |
Implements ILIAS\HTTP\Cookies\CookieJarFactory.
Definition at line 33 of file CookieJarFactoryImpl.php.