implements Phalcon\Http\Response\CookiesInterface, Phalcon\Di\InjectionAwareInterface
This class is a bag to manage the cookies A cookies bag is automatically registered as part of the ‘response’ service in the DI
Sets the dependency injector
Returns the internal dependency injector
Set if cookies in the bag must be automatically encrypted/decrypted
Returns if the bag is automatically encrypting/decrypting cookies
Sets a cookie to be sent at the end of the request This method overrides any cookie set before with the same name
Gets a cookie from the bag
Check if a cookie is defined in the bag or exists in the _COOKIE superglobal
Deletes a cookie by its name This method does not removes cookies from the _COOKIE superglobal
Sends the cookies to the client Cookies aren’t sent if headers are sent in the current request
Reset set cookies
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/latest/api/Phalcon_Http_Response_Cookies.html