Elemental

Request
in package

Class Request

Table of Contents

$dynamicProperty  : mixed
$app  : Application
$contentType  : string
$cookies  : array<string|int, mixed>
$data  : array<string|int, mixed>
$files  : array<string|int, mixed>
$headers  : array<string|int, mixed>
$html  : string
$js  : string
$json  : stdClass
$method  : string
$queryString  : string|null
$rawContent  : mixed
$remoteIP  : string|null
$remotePort  : string|null
$text  : string
$uri  : string
$uriDecoded  : string
$xml  : SimpleXMLElement
__construct()  : mixed
__get()  : mixed
contentType()  : mixed
cookies()  : mixed
data()  : mixed
files()  : mixed
headers()  : mixed
html()  : mixed
ip()  : mixed
js()  : mixed
json()  : mixed
method()  : mixed
parseBody()  : mixed
port()  : mixed
queryString()  : mixed
rawContent()  : mixed
read()  : mixed
readFiles()  : mixed
readGetAttributes()  : mixed
readMethodAttributes()  : mixed
readPostAttributes()  : mixed
readRawContent()  : mixed
readRequestAttributes()  : mixed
readServerAttributes()  : mixed
text()  : mixed
uri()  : mixed
xml()  : mixed

Properties

$dynamicProperty

public mixed $dynamicProperty

$contentType

protected string $contentType

$cookies

protected array<string|int, mixed> $cookies = []

$data

protected array<string|int, mixed> $data = []

$files

protected array<string|int, mixed> $files = []

$headers

protected array<string|int, mixed> $headers = []

$queryString

protected string|null $queryString

$rawContent

protected mixed $rawContent

$remoteIP

protected string|null $remoteIP

$remotePort

protected string|null $remotePort

$uriDecoded

protected string $uriDecoded

$xml

protected SimpleXMLElement $xml

Methods

__get()

public __get(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

contentType()

public contentType() : mixed
Return values
mixed

cookies()

public cookies() : mixed
Return values
mixed

data()

public data() : mixed
Return values
mixed

files()

public files() : mixed
Return values
mixed

headers()

public headers() : mixed
Return values
mixed

html()

public html() : mixed
Return values
mixed

ip()

public ip() : mixed
Return values
mixed

js()

public js() : mixed
Return values
mixed

json()

public json() : mixed
Return values
mixed

method()

public method() : mixed
Return values
mixed

parseBody()

public parseBody() : mixed
Return values
mixed

port()

public port() : mixed
Return values
mixed

queryString()

public queryString() : mixed
Return values
mixed

rawContent()

public rawContent() : mixed
Return values
mixed

read()

public static read() : mixed
Return values
mixed

readFiles()

public readFiles() : mixed
Return values
mixed

readGetAttributes()

public readGetAttributes() : mixed
Return values
mixed

readMethodAttributes()

public readMethodAttributes() : mixed
Return values
mixed

readPostAttributes()

public readPostAttributes() : mixed
Return values
mixed

readRawContent()

public readRawContent() : mixed
Return values
mixed

readRequestAttributes()

public readRequestAttributes() : mixed
Return values
mixed

readServerAttributes()

public readServerAttributes() : mixed
Return values
mixed

text()

public text() : mixed
Return values
mixed

uri()

public uri() : mixed
Return values
mixed

xml()

public xml() : mixed
Return values
mixed

Search results