\Vigas\Application\ControllerHTTPRequest

Class HTTPRequest.

Manages HTTP request

Summary

Methods
Properties
Constants
__construct()
setGetData()
setPostData()
getGetData()
getPostData()
No public properties found
No constants found
No protected methods found
$post_data
$get_data
N/A
No private methods found
No private properties found
N/A

Properties

$post_data

$post_data : array

Type

array — HTTP POST parameters

$get_data

$get_data : array

Type

array — HTTP GET parameters

Methods

__construct()

__construct() 

Sets HTTP POST and GET parameters

setGetData()

setGetData() 

Sets get_data attribute

setPostData()

setPostData() 

Sets post_data attribute

getGetData()

getGetData() : array

Returns

array —

get_data attribute

getPostData()

getPostData() : array

Returns

array —

post_data attribute