Request::isMethodSafe()
  • References/PHP/Symfony/Component/HttpFoundation

bool isMethodSafe() Checks whether the method is safe or not.

2025-01-10 15:47:30
Response::getProtocolVersion()
  • References/PHP/Symfony/Component/HttpFoundation

string getProtocolVersion() Gets the HTTP protocol version.

2025-01-10 15:47:30
Request::enableHttpMethodParameterOverride()
  • References/PHP/Symfony/Component/HttpFoundation

static enableHttpMethodParameterOverride() Enables support for the _method request

2025-01-10 15:47:30
Request::getCharsets()
  • References/PHP/Symfony/Component/HttpFoundation

array getCharsets() Gets a list of charsets acceptable by the client browser.

2025-01-10 15:47:30
MetadataBag::stampNew()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

stampNew(int $lifetime = null) Stamps a new session's metadata.

2025-01-10 15:47:30
Cookie::getName()
  • References/PHP/Symfony/Component/HttpFoundation

string getName() Gets the name of the cookie.

2025-01-10 15:47:30
HeaderBag::getIterator()
  • References/PHP/Symfony/Component/HttpFoundation

ArrayIterator getIterator()

2025-01-10 15:47:30
FlashBagInterface::add()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

add(string $type, string $message) Adds a flash message for type.

2025-01-10 15:47:30
Session::getFlashBag()
  • References/PHP/Symfony/Component/HttpFoundation/Session

F

2025-01-10 15:47:30
HeaderBag::remove()
  • References/PHP/Symfony/Component/HttpFoundation

remove(string $key) Removes a header. Parameters

2025-01-10 15:47:30