Methods | ||
---|---|---|
public
|
__construct(
string $uri,
string $method,
array $parameters = [],
array $files = [],
array $cookies = [],
array $server = [],
string $content = null,
)
|
# |
public
|
getUri(): string
|
# |
public
|
getMethod(): string
|
# |
public
|
getParameters(): array
|
# |
public
|
getFiles(): array
|
# |
public
|
getCookies(): array
|
# |
public
|
getServer(): array
|
# |
public
|
getContent(): string|null
|
# |
Properties | |||
---|---|---|---|
protected
|
|
$uri
|
# |
protected
|
|
$method
|
# |
protected
|
|
$parameters
|
# |
protected
|
|
$files
|
# |
protected
|
|
$cookies
|
# |
protected
|
|
$server
|
# |
protected
|
|
$content
|
# |