public getDI () Returns the internal dependency injector
public get (mixed $name) Gets a cookie from the bag
public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain]
public has (mixed $name) Check if a cookie is defined in the bag or exists in the _COOKIE superglobal
public reset () Reset set cookies
public useEncryption (mixed $useEncryption) Set if cookies in the bag must be automatically encrypted/decrypted
public isUsingEncryption () Returns if the bag is automatically encrypting/decrypting cookies
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 delete (mixed $name) Deletes a cookie by its name This method does not removes cookies from the _COOKIE superglobal
Page 1 of 2