XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XCube_GenericRequest Class Reference
Inheritance diagram for XCube_GenericRequest:
XCube_AbstractRequest

Public Member Functions

 __construct ( $arr=null)
 
 getRequest ( $key)
 

Data Fields

 $mAttributes = []
 

Detailed Description

A kind of request objects. This class is free to register values.

Definition at line 206 of file XCube_HttpContext.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( $arr = null)

Definition at line 214 of file XCube_HttpContext.class.php.

Member Function Documentation

◆ getRequest()

getRequest ( $key)

Gets a value of the current request.

Parameters
$key
Returns
mixed

Reimplemented from XCube_AbstractRequest.

Definition at line 220 of file XCube_HttpContext.class.php.

Field Documentation

◆ $mAttributes

$mAttributes = []

Hash map which stores registered values. Array

Definition at line 212 of file XCube_HttpContext.class.php.


The documentation for this class was generated from the following file: