ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ILIAS\HTTP\Cookies\CookieJarFactory Interface Reference
+ 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...
 

Detailed Description

Definition at line 17 of file CookieJarFactory.php.

Member Function Documentation

◆ fromCookieStrings()

ILIAS\HTTP\Cookies\CookieJarFactory::fromCookieStrings ( array  $cookieStrings)

Create CookieJar from a collection of Cookie header value strings.

Parameters
string[]$cookieStrings
Returns
CookieJar

Implemented in ILIAS\HTTP\Cookies\CookieJarFactoryImpl.

◆ fromResponse()

ILIAS\HTTP\Cookies\CookieJarFactory::fromResponse ( ResponseInterface  $response)

Create CookieJar from a Response.

Parameters
ResponseInterface$response
Returns
CookieJar

Implemented in ILIAS\HTTP\Cookies\CookieJarFactoryImpl.


The documentation for this interface was generated from the following file: