Elgg  Version 1.11
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

ElggCookie::__construct (   $name)

Constructor.

Parameters
string$nameThe name of the cookie.

Definition at line 41 of file ElggCookie.php.

Member Function Documentation

ElggCookie::__get (   $name)

Get an attribute.

Parameters
string$nameAttribute name
Returns
mixed

Definition at line 51 of file ElggCookie.php.

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

ElggCookie::$domain = ""

Definition at line 28 of file ElggCookie.php.

ElggCookie::$expire = 0

Definition at line 22 of file ElggCookie.php.

ElggCookie::$httpOnly = false

Definition at line 34 of file ElggCookie.php.

ElggCookie::$path = "/"

Definition at line 25 of file ElggCookie.php.

ElggCookie::$secure = false

Definition at line 31 of file ElggCookie.php.

ElggCookie::$value = ""

Definition at line 19 of file ElggCookie.php.


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