Interface Phalcon\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 ()