|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for Dflydev\FigCookies\FigResponseCookies:Static Public Member Functions | |
| static | get (ResponseInterface $response, $name, $value=null) |
| static | set (ResponseInterface $response, SetCookie $setCookie) |
| static | expire (ResponseInterface $response, $cookieName) |
| static | modify (ResponseInterface $response, $name, $modify) |
| static | remove (ResponseInterface $response, $name) |
Definition at line 8 of file FigResponseCookies.php.
|
static |
| ResponseInterface | $response | |
| string | $cookieName |
Definition at line 47 of file FigResponseCookies.php.
References $cookieName, $response, and Dflydev\FigCookies\SetCookie\createExpired().
Here is the call graph for this function:
|
static |
| ResponseInterface | $response | |
| string | $name | |
| string | null | $value |
Definition at line 17 of file FigResponseCookies.php.
References $name, $response, Dflydev\FigCookies\SetCookie\create(), and Dflydev\FigCookies\SetCookies\fromResponse().
Referenced by Dflydev\FigCookies\FigResponseCookiesTest\it_gets_cookies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ResponseInterface | $response | |
| string | $name | |
| callable | $modify |
Definition at line 59 of file FigResponseCookies.php.
References $name, $response, Dflydev\FigCookies\SetCookie\create(), and Dflydev\FigCookies\SetCookies\fromResponse().
Referenced by Dflydev\FigCookies\FigCookiesTest\it_encrypts_and_decrypts_cookies(), and Dflydev\FigCookies\FigResponseCookiesTest\it_modifies_cookies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ResponseInterface | $response | |
| string | $name |
Definition at line 83 of file FigResponseCookies.php.
References $name, $response, and Dflydev\FigCookies\SetCookies\fromResponse().
Referenced by Dflydev\FigCookies\FigResponseCookiesTest\it_removes_cookies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ResponseInterface | $response | |
| SetCookie | $setCookie |
Definition at line 33 of file FigResponseCookies.php.
References $response, and Dflydev\FigCookies\SetCookies\fromResponse().
Referenced by Dflydev\FigCookies\FigResponseCookiesTest\it_sets_cookies().
Here is the call graph for this function:
Here is the caller graph for this function: