\Pivot\Core\ReqResHttpRequest

standard ServerRequest with additional route info

Summary

Methods
Properties
Constants
getSearch()
setSearch()
hasSearch()
getPropertyFilter()
setPropertyFilter()
setRouteInformation()
getRouteInformation()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$search
$propertyFilter
$routeInfo
N/A

Properties

$search

$search : array

Calculated search object based on query params

Type

array

$propertyFilter

$propertyFilter : array

Calculated property filter

Type

array

$routeInfo

$routeInfo : array

Calculated route information based on route

Type

array

Methods

getSearch()

getSearch() : array

Get the search object

Returns

array

setSearch()

setSearch(\Pivot\Core\Traits\SearchModel  $search) : self

Set the search object

Parameters

\Pivot\Core\Traits\SearchModel $search

Returns

self

hasSearch()

hasSearch() 

getPropertyFilter()

getPropertyFilter() : array

Get the value of Calculated property filter

Returns

array

setPropertyFilter()

setPropertyFilter(  $propertyFilter) : self

Set the value of Calculated property filter

Parameters

$propertyFilter

Returns

self

setRouteInformation()

setRouteInformation(array  $routeInfo) 

set the route information

Parameters

array $routeInfo

getRouteInformation()

getRouteInformation() : array

Get route information

Returns

array