Class THttpCookie

Description

THttpCookie class.

A THttpCookie instance stores a single cookie, including the cookie name, value, domain, path, expire, and secure.

  • since: 3.0
  • version: $Id: THttpRequest.php 2244 2007-09-26 13:15:56Z xue $
  • author: Qiang Xue <qiang.xue@gmail.com>

Located in /Web/THttpRequest.php (line 901)

TComponent
   |
   --THttpCookie
Method Summary
THttpCookie __construct (string $name, string $value)
string getDomain ()
integer getExpire ()
string getName ()
string getPath ()
boolean getSecure ()
string getValue ()
void setDomain (string $value)
void setExpire (integer $value)
void setName (string $value)
void setPath (string $value)
void setSecure (boolean $value)
void setValue (string $value)
Methods
Constructor __construct (line 933)

Constructor.

  • access: public
THttpCookie __construct (string $name, string $value)
  • string $name: name of this cookie
  • string $value: value of this cookie
getDomain (line 942)
  • return: the domain to associate the cookie with
  • access: public
string getDomain ()
getExpire (line 958)
  • return: the time the cookie expires. This is a Unix timestamp so is in number of seconds since the epoch.
  • access: public
integer getExpire ()
getName (line 974)
  • return: the name of the cookie
  • access: public
string getName ()
getPath (line 1006)
  • return: the path on the server in which the cookie will be available on, default is '/'
  • access: public
string getPath ()
getSecure (line 1022)
  • return: whether the cookie should only be transmitted over a secure HTTPS connection
  • access: public
boolean getSecure ()
getValue (line 990)
  • return: the value of the cookie
  • access: public
string getValue ()
setDomain (line 950)
  • access: public
void setDomain (string $value)
  • string $value: the domain to associate the cookie with
setExpire (line 966)
  • access: public
void setExpire (integer $value)
  • integer $value: the time the cookie expires. This is a Unix timestamp so is in number of seconds since the epoch.
setName (line 982)
  • access: public
void setName (string $value)
  • string $value: the name of the cookie
setPath (line 1014)
  • access: public
void setPath (string $value)
  • string $value: the path on the server in which the cookie will be available on
setSecure (line 1030)
  • access: public
void setSecure (boolean $value)
  • boolean $value: ether the cookie should only be transmitted over a secure HTTPS connection
setValue (line 998)
  • access: public
void setValue (string $value)
  • string $value: the value of the cookie

Inherited Methods

Inherited From TComponent

TComponent::addParsedObject()
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::createdOnTemplate()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__get()
TComponent::__set()

Documentation generated on Sun, 30 Sep 2007 19:16:15 -0400 by phpDocumentor 1.3.0RC4