ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilWACCookieInterface Interface Reference

Class ilWACCookieInterface. More...

+ Inheritance diagram for ilWACCookieInterface:
+ Collaboration diagram for ilWACCookieInterface:

Public Member Functions

 set ($name, $value="", $expire=0, $path="", $domain="", $secure=false, $httponly=false)
 
 get ($name)
 
 exists ($name)
 
 getAll ()
 

Detailed Description

Member Function Documentation

◆ exists()

ilWACCookieInterface::exists (   $name)
Parameters
$name
Returns
bool

Implemented in ilWACDummyCookie, and ilWACCookie.

◆ get()

ilWACCookieInterface::get (   $name)
Parameters
$name
Returns
mixed

Implemented in ilWACDummyCookie, and ilWACCookie.

◆ getAll()

ilWACCookieInterface::getAll ( )
Returns
array

Implemented in ilWACDummyCookie, and ilWACCookie.

◆ set()

ilWACCookieInterface::set (   $name,
  $value = "",
  $expire = 0,
  $path = "",
  $domain = "",
  $secure = false,
  $httponly = false 
)
Parameters
$name
string$value
int$expire
string$path
string$domain
bool$secure
bool$httponly
Returns
bool

Implemented in ilWACDummyCookie, and ilWACCookie.


The documentation for this interface was generated from the following file: