Zend Framework  1.12
Zend_Http_Cookie Member List

This is the complete list of members for Zend_Http_Cookie, including all inherited members.

$domainZend_Http_Cookieprotected
$encodeValueZend_Http_Cookieprotected
$expiresZend_Http_Cookieprotected
$nameZend_Http_Cookieprotected
$pathZend_Http_Cookieprotected
$secureZend_Http_Cookieprotected
$valueZend_Http_Cookieprotected
__construct($name, $value, $domain, $expires=null, $path=null, $secure=false)Zend_Http_Cookie
__toString()Zend_Http_Cookie
fromString($cookieStr, $refUri=null, $encodeValue=true)Zend_Http_Cookiestatic
getDomain()Zend_Http_Cookie
getExpiryTime()Zend_Http_Cookie
getName()Zend_Http_Cookie
getPath()Zend_Http_Cookie
getValue()Zend_Http_Cookie
isExpired($now=null)Zend_Http_Cookie
isSecure()Zend_Http_Cookie
isSessionCookie()Zend_Http_Cookie
match($uri, $matchSessionCookies=true, $now=null)Zend_Http_Cookie
matchCookieDomain($cookieDomain, $host)Zend_Http_Cookiestatic
matchCookiePath($cookiePath, $path)Zend_Http_Cookiestatic