Http\Request::isTrace
  • References/PHP/Phalcon/Http/Request

public isTrace () Checks whether HTTP method is TRACE. if _SERVER[“REQUEST_METHOD”]===”TRACE”

2025-01-10 15:47:30
Http\Response\CookiesInterface::get
  • References/PHP/Phalcon/Http/Response/CookiesInterface

abstract public get (mixed $name) ...

2025-01-10 15:47:30
Http\ResponseInterface::setFileToSend
  • References/PHP/Phalcon/Http/ResponseInterface

abstract public setFileToSend (mixed $filePath, [mixed $attachmentName]) ...

2025-01-10 15:47:30
Http\Response\Cookies::getDI
  • References/PHP/Phalcon/Http/Response/Cookies

public getDI () Returns the internal dependency injector

2025-01-10 15:47:30
Http\CookieInterface::getName
  • References/PHP/Phalcon/Http/CookieInterface

abstract public getName () ...

2025-01-10 15:47:30
Http\Response\Cookies::get
  • References/PHP/Phalcon/Http/Response/Cookies

public get (mixed $name) Gets a cookie from the bag

2025-01-10 15:47:30
Http\Response\Cookies::set
  • References/PHP/Phalcon/Http/Response/Cookies

public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain]

2025-01-10 15:47:30
Http\Cookie::restore
  • References/PHP/Phalcon/Http/Cookie

public restore () Reads the cookie-related info from the SESSION to restore the cookie as it was set This method is automatically

2025-01-10 15:47:30
Http\Cookie::setExpiration
  • References/PHP/Phalcon/Http/Cookie

public setExpiration (mixed $expire) Sets the cookie’s expiration time

2025-01-10 15:47:30
Http\Response::getCookies
  • References/PHP/Phalcon/Http/Response

public Phalcon\Http\Response\CookiesInterface

2025-01-10 15:47:30