ServerBag is a container for HTTP headers from the $_SERVER variable.
@author Fabien Potencier <fabien@symfony.com> @author Bulat Shakirzyanov <mallluhuct@gmail.com> @author Robert Kiss <kepten@gmail.com>
Expanded class hierarchy of ServerBag
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParameterBag:: |
protected | property | Parameter storage. | |
ParameterBag:: |
public | function | Adds parameters. | 2 |
ParameterBag:: |
public | function | Returns the parameters. | |
ParameterBag:: |
public | function | Returns the number of parameters. | |
ParameterBag:: |
public | function | Filter key. | |
ParameterBag:: |
public | function | Returns a parameter by name. | |
ParameterBag:: |
public | function | Returns the alphabetic characters and digits of the parameter value. | |
ParameterBag:: |
public | function | Returns the alphabetic characters of the parameter value. | |
ParameterBag:: |
public | function | Returns the digits of the parameter value. | |
ParameterBag:: |
public | function | Returns the parameter value converted to integer. | |
ParameterBag:: |
public | function | Returns an iterator for parameters. | |
ParameterBag:: |
public | function | Returns true if the parameter is defined. | |
ParameterBag:: |
public | function | Returns the parameter keys. | |
ParameterBag:: |
public | function | Removes a parameter. | |
ParameterBag:: |
public | function | Replaces the current parameters by a new set. | 1 |
ParameterBag:: |
public | function | Sets a parameter by name. | 2 |
ParameterBag:: |
public | function | Constructor. | 2 |
ServerBag:: |
public | function | Gets the HTTP headers. |