Class **Phalcon\\Http\\Response\\Cookies** ========================================== *implements* :doc:`Phalcon\\DI\\InjectionAwareInterface <Phalcon_DI_InjectionAwareInterface>` This class is a bag to manage the cookies Methods --------- public **__construct** () Phalcon\\Http\\Response\\Cookies constructor public **setDI** (:doc:`Phalcon\\DiInterface <Phalcon_DiInterface>` $dependencyInjector) Sets the dependency injector public :doc:`Phalcon\\DiInterface <Phalcon_DiInterface>` **getDI** () Returns the internal dependency injector public **set** (*string* $name, *mixed* $value, *int* $expire, *string* $path) Sets a header to be sent at the end of the request public :doc:`Phalcon\\Http\\Cookie <Phalcon_Http_Cookie>` **get** (*string* $name) Gets a cookie from the bag public **reset** () Reset set cookies