FileBag is a container for HTTP headers.
@author Fabien Potencier <fabien@symfony.com> @author Bulat Shakirzyanov <mallluhuct@gmail.com>
@api
Expanded class hierarchy of FileBag
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FileBag:: |
private static | property | ||
FileBag:: |
public | function |
@api Overrides ParameterBag:: |
|
FileBag:: |
protected | function | Converts uploaded files to UploadedFile instances. | |
FileBag:: |
protected | function | Fixes a malformed PHP $_FILES array. | |
FileBag:: |
public | function |
@api Overrides ParameterBag:: |
|
FileBag:: |
public | function |
@api Overrides ParameterBag:: |
|
FileBag:: |
public | function |
Constructor. Overrides ParameterBag:: |
|
ParameterBag:: |
protected | property | Parameter storage. | |
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. |