Class THttpCookie

Description

THttpCookie class.

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

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

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 861)

Constructor.

  • access: public
THttpCookie __construct (string $name, string $value)
  • string $name: name of this cookie
  • string $value: value of this cookie
getDomain (line 870)
  • return: the domain to associate the cookie with
  • access: public
string getDomain ()
getExpire (line 886)
  • 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 902)
  • return: the name of the cookie
  • access: public
string getName ()
getPath (line 934)
  • return: the path on the server in which the cookie will be available on, default is '/'
  • access: public
string getPath ()
getSecure (line 950)
  • return: whether the cookie should only be transmitted over a secure HTTPS connection
  • access: public
boolean getSecure ()
getValue (line 918)
  • return: the value of the cookie
  • access: public
string getValue ()
setDomain (line 878)
  • access: public
void setDomain (string $value)
  • string $value: the domain to associate the cookie with
setExpire (line 894)
  • 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 910)
  • access: public
void setName (string $value)
  • string $value: the name of the cookie
setPath (line 942)
  • access: public
void setPath (string $value)
  • string $value: the path on the server in which the cookie will be available on
setSecure (line 958)
  • access: public
void setSecure (boolean $value)
  • boolean $value: ether the cookie should only be transmitted over a secure HTTPS connection
setValue (line 926)
  • access: public
void setValue (string $value)
  • string $value: the value of the cookie

Inherited Methods

Inherited From TComponent

TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
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, 04 Jun 2006 18:59:29 -0400 by phpDocumentor 1.3.0RC4