Elgg  Version 2.3
Public Member Functions | Public Attributes | List of all members
ElggCookie Class Reference

Public Member Functions

 __construct ($name)
 Constructor. More...
 
 __get ($name)
 Get an attribute. More...
 
 setExpiresTime ($time)
 Set the time the cookie expires. More...
 

Public Attributes

 $value = ""
 
 $expire = 0
 
 $path = "/"
 
 $domain = ""
 
 $secure = false
 
 $httpOnly = false
 

Detailed Description

Definition at line 14 of file ElggCookie.php.

Constructor & Destructor Documentation

◆ __construct()

ElggCookie::__construct (   $name)

Constructor.

Parameters
string$nameThe name of the cookie.

Definition at line 41 of file ElggCookie.php.

Member Function Documentation

◆ __get()

ElggCookie::__get (   $name)

Get an attribute.

Parameters
string$nameAttribute name
Returns
mixed

Definition at line 51 of file ElggCookie.php.

◆ setExpiresTime()

ElggCookie::setExpiresTime (   $time)

Set the time the cookie expires.

Example: $cookie->setExpiresTime("+30 days");

Parameters
string$timeA time string appropriate for strtotime()
Returns
void

Definition at line 66 of file ElggCookie.php.

Member Data Documentation

◆ $domain

ElggCookie::$domain = ""

Definition at line 28 of file ElggCookie.php.

◆ $expire

ElggCookie::$expire = 0

Definition at line 22 of file ElggCookie.php.

◆ $httpOnly

ElggCookie::$httpOnly = false

Definition at line 34 of file ElggCookie.php.

◆ $path

ElggCookie::$path = "/"

Definition at line 25 of file ElggCookie.php.

◆ $secure

ElggCookie::$secure = false

Definition at line 31 of file ElggCookie.php.

◆ $value

ElggCookie::$value = ""

Definition at line 19 of file ElggCookie.php.


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