public getHttpOnly () Returns if the cookie is accessible only through the HTTP protocol
public setDomain (mixed $domain) Sets the domain that the cookie is available to
public Phalcon\Http\Cookie setValue (string
public setSecure (mixed $secure) Sets if the cookie must only be sent when the connection is secure (HTTPS)
public mixed getValue ([string | array $filters], [string $defaultValue]) Returns the cookie’s
public useEncryption (mixed $useEncryption) Sets if the cookie must be encrypted/decrypted automatically
public setDI (Phalcon\DiInterface $dependencyInjector)
public setHttpOnly (mixed $httpOnly) Sets if the cookie is accessible only through the HTTP protocol
extends class Phalcon\Exception
public getName () Returns the current cookie’s name
Page 2 of 3