if ($path) { $this->
setPath($path);
} if ($secure) { $this->
setSecure($secure);
} if ($httponly) { $this->
setHttponly($httponly);
} } public function __toString() { return $this->
toString();
} /**
* Generate a new Cookie object from a cookie string
* (for example the value of the Set-Cookie HTTP header)
*
* @static
*
* @param $headerLine
* @param bool $bypassHeaderFieldName
*
* @throws Zend_Http_Header_Exception_InvalidArgumentException
*
* @return array|SetCookie
*/