Zend Framework
1.12
|
This is the complete list of members for Zend_Http_Cookie, including all inherited members.
$domain | Zend_Http_Cookie | protected |
$encodeValue | Zend_Http_Cookie | protected |
$expires | Zend_Http_Cookie | protected |
$name | Zend_Http_Cookie | protected |
$path | Zend_Http_Cookie | protected |
$secure | Zend_Http_Cookie | protected |
$value | Zend_Http_Cookie | protected |
__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_Cookie | static |
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_Cookie | static |
matchCookiePath($cookiePath, $path) | Zend_Http_Cookie | static |