ResponseHeaderBag is a container for Response HTTP headers.
@author Fabien Potencier <fabien@symfony.com>
@api
Expanded class hierarchy of ResponseHeaderBag
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HeaderBag:: |
protected | property | ||
HeaderBag:: |
protected | property | ||
HeaderBag:: |
public | function | Adds new headers the current HTTP headers set. | |
HeaderBag:: |
public | function | ||
HeaderBag:: |
public | function | Returns the headers. | |
HeaderBag:: |
public | function | Returns true if the given HTTP header contains the given value. | |
HeaderBag:: |
public | function | Returns the number of headers. | |
HeaderBag:: |
public | function | Returns a header value by name. | |
HeaderBag:: |
protected | function | ||
HeaderBag:: |
public | function | Returns the HTTP header value converted to a date. | |
HeaderBag:: |
public | function | Returns an iterator for headers. | |
HeaderBag:: |
public | function | Returns true if the HTTP header is defined. | |
HeaderBag:: |
public | function | Returns the parameter keys. | |
HeaderBag:: |
protected | function | Parses a Cache-Control HTTP header. | |
HeaderBag:: |
public | function | ||
ResponseHeaderBag:: |
protected | property | ||
ResponseHeaderBag:: |
protected | property | ||
ResponseHeaderBag:: |
public | function | Clears a cookie in the browser | |
ResponseHeaderBag:: |
protected | function | Returns the calculated value of the cache-control header. | |
ResponseHeaderBag:: |
constant | |||
ResponseHeaderBag:: |
constant | |||
ResponseHeaderBag:: |
constant | |||
ResponseHeaderBag:: |
constant | |||
ResponseHeaderBag:: |
public | function |
Overrides HeaderBag:: |
|
ResponseHeaderBag:: |
public | function | Returns an array with all cookies | |
ResponseHeaderBag:: |
public | function |
Overrides HeaderBag:: |
|
ResponseHeaderBag:: |
public | function | Generates a HTTP Content-Disposition field-value. | |
ResponseHeaderBag:: |
public | function |
@api Overrides HeaderBag:: |
|
ResponseHeaderBag:: |
public | function | Removes a cookie from the array, but does not unset it in the browser | |
ResponseHeaderBag:: |
public | function |
@api Overrides HeaderBag:: |
|
ResponseHeaderBag:: |
public | function |
@api Overrides HeaderBag:: |
|
ResponseHeaderBag:: |
public | function | Sets a cookie. | |
ResponseHeaderBag:: |
public | function |
Constructor. Overrides HeaderBag:: |
|
ResponseHeaderBag:: |
public | function |
Returns the headers as a string. Overrides HeaderBag:: |