Documentation

Request extends Message
in package
implements ISingleton, IRequest Uses TSingleton, TRequest

Tags
author

Ramone Burrell ramone@ramoneburrell.com

uses
Message
uses
ISingleton
uses
IRequest
since

Version 0.1.0

Table of Contents

Interfaces

ISingleton
IRequest

Properties

$body  : string|null
The body of the message. String if it has been set, null otherwise
$headers  : array<string|int, mixed>
$instance  : ISingleton
$method  : string
$params  : stdClass
$uri  : IUri
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__destruct()  : mixed
__get()  : mixed
extends()  : bool
getBody()  : string
getHeader()  : string|null
Gets a particular header value by a provided header name
getHeaders()  : array<string|int, mixed>
getHttpHost()  : string
getInstance()  : ISingleton
getMethod()  : string
Retrieves the HTTP method of the request.
getParameter()  : mixed
getParameters()  : array<string|int, mixed>
getReflection()  : ReflectionClass
getScheme()  : string
getUri()  : string
Retrieves the URI of the request.
is()  : bool
setBody()  : mixed
setHeader()  : mixed
__construct()  : mixed
init()  : mixed
{@inheritdoc}
setMethod()  : mixed
setUri()  : mixed

Properties

$body

The body of the message. String if it has been set, null otherwise

protected string|null $body = ''

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getHeader()

Gets a particular header value by a provided header name

public getHeader(string $header) : string|null
Parameters
$header : string
Return values
string|null

getHeaders()

public getHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed>

getHttpHost()

public getHttpHost() : string
Return values
string

getParameter()

public getParameter(string $parameter[, mixed $default = null ]) : mixed
Parameters
$parameter : string
$default : mixed = null

getParameters()

public getParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

getScheme()

public getScheme() : string
Return values
string

is()

public is(string $what) : bool
Parameters
$what : string
Return values
bool

setBody()

public setBody(string $body) : mixed
Parameters
$body : string

setHeader()

public setHeader(string $name, string $value) : mixed
Parameters
$name : string
$value : string

init()

{@inheritdoc}

protected init() : mixed
Tags
see
Component::init()

setMethod()

private setMethod(string $method) : mixed
Parameters
$method : string

        
On this page

Search results