ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ 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
}
ilWACCookieInterface\exists
exists($name)
ilWACCookieInterface
Class ilWACCookieInterface.
Definition:
interface.ilWACCookieInterface.php:8
ilWACCookieInterface\getAll
getAll()
$path
$path
Definition:
index.php:22
Services
WebAccessChecker
interfaces
interface.ilWACCookieInterface.php
Generated on Wed Aug 27 2025 19:01:04 for ILIAS by
1.8.13 (using
Doxyfile
)