◆ getAttribute()
Gets a value of attributes with $key. If the value specified by $key doesn't exist in attributes, gets null.
- Parameters
-
- Returns
- mixed
◆ getRequest()
◆ getThemeName()
◆ getUser()
Gets the object which has a interface of XCube_Principal.
- Returns
- \XCube_Principal
◆ hasAttribute()
Gets a value indicating whether the value specified by $key exists.
- Parameters
-
- Returns
- mixed
◆ setAttribute()
setAttribute |
( |
| $key, |
|
|
| $value ) |
Sets $value with $key to attributes. Use direct access to $mAttributes if references are must, because PHP4 can't handle reference in the signature of this member function.
- Parameters
-
◆ setRequest()
◆ setThemeName()
setThemeName |
( |
string | $theme | ) |
|
◆ setUser()
Sets the object which has a interface of XCube_Principal. XCube_AbstractPrincipal
- Parameters
-
◆ $mAttributes
Hashmap that can be used to organize and share data. Use setAttribute() and get Attribute() to access this member property. But, direct access is allowed, because it is impossible to handle reference well on older PHP versions. Array
@access protected
◆ $mRequest
◆ $mThemeName
The theme is one in one time of request. A decided theme is registered with this property
@access private
The documentation for this class was generated from the following file:
- C:/Ampps/www/legacy250/html/core/XCube_HttpContext.class.php