|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilWACDummyCookie. More...
Inheritance diagram for ilWACDummyCookie:
Collaboration diagram for ilWACDummyCookie:Public Member Functions | |
| set ($name, $value="", $expire=0, $path="", $domain="", $secure=false, $httponly=false) | |
| get ($name) | |
| exists ($name) | |
| getAll () | |
| set ($name, $value="", $expire=0, $path="", $domain="", $secure=false, $httponly=false) | |
| get ($name) | |
| exists ($name) | |
| getAll () | |
Static Public Member Functions | |
| static | clear () |
Static Protected Attributes | |
| static | $expires = array() |
| static | $values = array() |
Class ilWACDummyCookie.
Definition at line 9 of file class.ilWACDummyCookie.php.
|
static |
Definition at line 79 of file class.ilWACDummyCookie.php.
Referenced by ilWACTokenTest\testCookieGeneration(), and ilWACTokenTest\testFolderToken().
Here is the caller graph for this function:| ilWACDummyCookie::exists | ( | $name | ) |
| $name |
Implements ilWACCookieInterface.
Definition at line 55 of file class.ilWACDummyCookie.php.
Referenced by get(), and getAll().
Here is the caller graph for this function:| ilWACDummyCookie::get | ( | $name | ) |
| $name |
Implements ilWACCookieInterface.
Definition at line 42 of file class.ilWACDummyCookie.php.
References exists().
Here is the call graph for this function:| ilWACDummyCookie::getAll | ( | ) |
Implements ilWACCookieInterface.
Definition at line 67 of file class.ilWACDummyCookie.php.
References exists().
Here is the call graph for this function:| ilWACDummyCookie::set | ( | $name, | |
$value = "", |
|||
$expire = 0, |
|||
$path = "", |
|||
$domain = "", |
|||
$secure = false, |
|||
$httponly = false |
|||
| ) |
| $name | ||
| string | $value | |
| int | $expire | |
| string | $path | |
| string | $domain | |
| bool | $secure | |
| bool | $httponly |
Implements ilWACCookieInterface.
Definition at line 31 of file class.ilWACDummyCookie.php.
References $_COOKIE.
|
staticprotected |
Definition at line 14 of file class.ilWACDummyCookie.php.
|
staticprotected |
Definition at line 18 of file class.ilWACDummyCookie.php.