Http\Response\CookiesInterface::reset

abstract public reset () ...

Http\Response\CookiesInterface::send

abstract public send () ...

Http\Response\Headers::get

public get (mixed $name) Gets a header value from the internal bag

Http\Response\CookiesInterface::set

abstract public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain], [mixed $httpOnly]) ...

Http\Response\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Http\Response\Headers

implements Phalcon\Http\Response\HeadersInterface Source on GitHub This class is a bag to manage the response headers Methods public set (mixed $name, mixed $value) Sets a header to be sent at the end of the request public get (mixed $name) Gets a header value from the internal bag public setRaw (mixed $header) Sets a raw header to be sent at the end of the request public remove (mixed $header) Removes a header to be sent at the end of the request public send () Sends the headers to the client

Http\Response\CookiesInterface::useEncryption

abstract public useEncryption (mixed $useEncryption) ...

Http\Response\Cookies::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector

Http\Response\Cookies::useEncryption

public useEncryption (mixed $useEncryption) Set if cookies in the bag must be automatically encrypted/decrypted

Http\Response\CookiesInterface

Source on GitHub Methods abstract public useEncryption (mixed $useEncryption) ... abstract public isUsingEncryption () ... abstract public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain], [mixed $httpOnly]) ... abstract public get (mixed $name) ... abstract public has (mixed $name) ... abstract public delete (mixed $name) ... abstract public send () ... abstract public reset () ...