ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ILIAS\HTTP\Cookies\CookieJarFactory Interface Reference
+ Inheritance diagram for ILIAS\HTTP\Cookies\CookieJarFactory:
+ Collaboration diagram for ILIAS\HTTP\Cookies\CookieJarFactory:

Public Member Functions

 fromCookieStrings ($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 (   $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: