ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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... | ||||
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 34 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 39 of file CookieJarFactoryImpl.php.
ILIAS\HTTP\Cookies\CookieJarFactoryImpl::fromResponse | ( | ResponseInterface | $response | ) |
Create CookieJar from a Response.
Implements ILIAS\HTTP\Cookies\CookieJarFactory.
Definition at line 48 of file CookieJarFactoryImpl.php.
References $response.