Core::arbitHttpRequest
Class arbitHttpRequest
The HTTP request class extends the ase request class by user submitted information on accepted languages and content types. The HTTP request class extends the ase request class by user submitted information on accepted languages and content types.
ezcMvcRequest
|
--arbitRequest
|
--arbitHttpRequest
Author(s):
|
Version:
|
$Revision: 1629 $ |
|
License:
|
GPL |
Member Variables
|
public string |
$path
Path as extracted from request URL.
Path as extracted from request URL. |
|
public string |
$root
URL base path.
URL base path.
When arbit does not reside in the document root, this variable point to the location of the arbit directory. This is autodetected from PHP_SELF. |
Inherited Member Variables
Method Summary
|
public string |
serialize(
[ $absolute
= false] )
Serialize URL
Return a string representation of the URL for the requests connection type. |
Inherited Methods
Methods
serialize
string
serialize(
[bool
$absolute
= false] )
Serialize URL
Return a string representation of the URL for the requests connection type. Serialize URL
Return a string representation of the URL for the requests connection type.
Parameters:
| Name |
Type |
Description |
$absolute |
bool |
|
Redefinition of:
| Method |
Description |
arbitRequest::serialize() |
Serialize URL
Return a string representation of the URL for the requests connection type.
|
|