public Phalcon\Http\Response\CookiesInterface
Source on GitHub Methods abstract public set (mixed $name, mixed $value) ... abstract public get (mixed $name) ... abstract public setRaw (mixed $header) ... abstract public send () ... abstract public reset () ... abstract public static __set_state (array $data) ...
public redirect ([mixed $location], [mixed $externalRedirect], [mixed $statusCode]) Redirect by
public getDI () Returns the internal dependency injector
public get (mixed $name) Gets a cookie from the bag
public appendContent (mixed $content) Appends a string to the HTTP response body
abstract public send () ...
abstract public delete (mixed $name) ...
public setRaw (mixed $header) Sets a raw header to be sent at the end of the request
public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain]
Page 1 of 7