|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilWACCookie. More...
Inheritance diagram for ilWACCookie:
Collaboration diagram for ilWACCookie: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 () | |
Class ilWACCookie.
Definition at line 9 of file class.ilWACCookie.php.
| ilWACCookie::exists | ( | $name | ) |
| $name |
Implements ilWACCookieInterface.
Definition at line 39 of file class.ilWACCookie.php.
References $_COOKIE.
| ilWACCookie::get | ( | $name | ) |
| $name |
Implements ilWACCookieInterface.
Definition at line 30 of file class.ilWACCookie.php.
References $_COOKIE.
| ilWACCookie::getAll | ( | ) |
Implements ilWACCookieInterface.
Definition at line 47 of file class.ilWACCookie.php.
References $_COOKIE.
| ilWACCookie::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 21 of file class.ilWACCookie.php.
References $path.