Holds information about the current request.
@author Fabien Potencier <fabien@symfony.com>
@api
Expanded class hierarchy of RequestContext
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RequestContext:: |
private | property | ||
RequestContext:: |
private | property | ||
RequestContext:: |
private | property | ||
RequestContext:: |
private | property | ||
RequestContext:: |
private | property | ||
RequestContext:: |
private | property | ||
RequestContext:: |
private | property | ||
RequestContext:: |
public | function | ||
RequestContext:: |
public | function | Gets the base URL. | |
RequestContext:: |
public | function | Gets the HTTP host. | |
RequestContext:: |
public | function | Gets the HTTP port. | |
RequestContext:: |
public | function | Gets the HTTPS port. | |
RequestContext:: |
public | function | Gets the HTTP method. | |
RequestContext:: |
public | function | Gets a parameter value. | |
RequestContext:: |
public | function | Returns the parameters. | |
RequestContext:: |
public | function | Gets the HTTP scheme. | |
RequestContext:: |
public | function | Checks if a parameter value is set for the given parameter. | |
RequestContext:: |
public | function | Sets the base URL. | |
RequestContext:: |
public | function | Sets the HTTP host. | |
RequestContext:: |
public | function | Sets the HTTP port. | |
RequestContext:: |
public | function | Sets the HTTPS port. | |
RequestContext:: |
public | function | Sets the HTTP method. | |
RequestContext:: |
public | function | Sets a parameter value. | |
RequestContext:: |
public | function | Sets the parameters. | |
RequestContext:: |
public | function | Sets the HTTP scheme. | |
RequestContext:: |
public | function | Constructor. |