public get (mixed $name) Gets a cookie from the bag
public getDI () Returns the internal dependency injector
public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain]
public reset () Reset set cookies
public isUsingEncryption () Returns if the bag is automatically encrypting/decrypting cookies
public useEncryption (mixed $useEncryption) Set if cookies in the bag must be automatically encrypted/decrypted
public has (mixed $name) Check if a cookie is defined in the bag or exists in the _COOKIE superglobal
implements Phalcon\Http\Respon
public send () Sends the cookies to the client Cookies aren’t sent if headers are sent in the current request
public setDI (Phalcon\DiInterface $dependencyInjector)
Page 1 of 2