implements Phalcon\Http\Response\CookiesInterface, Phalcon\Di\InjectionAwareInterface
Source on GitHub
This class is a bag to manage the cookies A cookies bag is automatically registered as part of the ‘response’ service in the DI
Methods
public setDI (Phalcon\DiInterface $dependencyInjector)
Sets the dependency injector
public getDI ()
Returns the internal dependency injector
public useEncryption (mixed $useEncryption)
Set if cookies in the bag must be automatically encrypted/decrypted
public