Response::isServerError()
  • References/PHP/Symfony/Component/HttpFoundation

bool isServerError() Was there a server side error?

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

string getStorageKey() Gets the storage key for this bag.

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

string getName() Gets this bag's name.

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

bool isFresh() Returns true if the response is "fresh". Fresh responses may be served

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

MetadataBag

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

string getName() Gets this bag's name.

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

string getDomain() Gets the domain that the cookie is available to.

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

ArrayIterator getIterator()

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

string getDigits(string $key, string $default = '') Returns the digits of the parameter value

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

DateTime|null getExpires()

2025-01-10 15:47:30