ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
interface.ilWACCookieInterface.php
Go to the documentation of this file.
1
<?
php
2
8
interface
ilWACCookieInterface
{
9
20
public
function
set
($name, $value =
""
, $expire = 0,
$path
=
""
, $domain =
""
, $secure =
false
, $httponly =
false
);
21
22
27
public
function
get
($name);
28
29
34
public
function
exists
($name);
35
36
40
public
function
getAll
();
41
}
$path
$path
Definition:
aliased.php:25
ilWACCookieInterface\exists
exists($name)
ilWACCookieInterface
Class ilWACCookieInterface.
Definition:
interface.ilWACCookieInterface.php:8
ilWACCookieInterface\getAll
getAll()
php
Services
WebAccessChecker
interfaces
interface.ilWACCookieInterface.php
Generated on Fri Jan 17 2025 19:01:19 for ILIAS by
1.8.13 (using
Doxyfile
)