Request
class Request
Properties
protected | $uri | ||
protected | $method | ||
protected | $parameters | ||
protected | $files | ||
protected | $cookies | ||
protected | $server | ||
protected | $content |
Methods
__construct(string $uri, string $method, array $parameters = array(), array $files = array(), array $cookies = array(), array $server = array(), string $content = null)
No description
string
getUri()
Gets the request URI.
string
getMethod()
Gets the request HTTP method.
array
getParameters()
Gets the request parameters.
array
getFiles()
Gets the request server files.
array
getCookies()
Gets the request cookies.
array
getServer()
Gets the request server parameters.
string
getContent()
Gets the request raw body data.