|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for Dflydev\FigCookies\FigRequestCookies:Static Public Member Functions | |
| static | get (RequestInterface $request, $name, $value=null) |
| static | set (RequestInterface $request, Cookie $cookie) |
| static | modify (RequestInterface $request, $name, $modify) |
| static | remove (RequestInterface $request, $name) |
Definition at line 8 of file FigRequestCookies.php.
|
static |
| RequestInterface | $request | |
| string | $name | |
| string | null | $value |
Definition at line 17 of file FigRequestCookies.php.
References $name, Dflydev\FigCookies\Cookie\create(), and Dflydev\FigCookies\Cookies\fromRequest().
Referenced by Dflydev\FigCookies\FigRequestCookiesTest\it_gets_cookies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| RequestInterface | $request | |
| string | $name | |
| callable | $modify |
Definition at line 48 of file FigRequestCookies.php.
References $name, Dflydev\FigCookies\Cookie\create(), and Dflydev\FigCookies\Cookies\fromRequest().
Referenced by Dflydev\FigCookies\FigCookiesTest\it_encrypts_and_decrypts_cookies(), and Dflydev\FigCookies\FigRequestCookiesTest\it_modifies_cookies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| RequestInterface | $request | |
| string | $name |
Definition at line 72 of file FigRequestCookies.php.
References $name, and Dflydev\FigCookies\Cookies\fromRequest().
Referenced by Dflydev\FigCookies\FigRequestCookiesTest\it_removes_cookies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| RequestInterface | $request | |
| Cookie | $cookie |
Definition at line 33 of file FigRequestCookies.php.
References Dflydev\FigCookies\Cookies\fromRequest().
Referenced by Dflydev\FigCookies\FigRequestCookiesTest\it_sets_cookies().
Here is the call graph for this function:
Here is the caller graph for this function: