AttributeBag::has()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

bool has(string $name) Checks if an attribute is defined.

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

mixed clear() Clears out data from bag.

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

int getAge() Returns the age of the response.

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

mixed clear() Clears out data from bag.

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

setSessionData(array $array) Sets the session data.

2025-01-10 15:47:30
UploadedFile::getError()
  • References/PHP/Symfony/Component/HttpFoundation/File

int getError() Returns the upload error. If the upload was successful, the constant UPLOADERROK

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

array getVary() Returns an array of header names given in the Vary header.

2025-01-10 15:47:30
AbstractProxy::isActive()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

bool isActive() Has a session started?

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

removeCookie(string $name, string $path = '/', string $domain = null) Removes a cookie from the array

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

array getLanguages() Gets a list of languages acceptable by the client browser.

2025-01-10 15:47:30