Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitHttpRequest

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

From arbitRequest
public arbitRequest::$action
public arbitRequest::$controller
public arbitRequest::$extension
public arbitRequest::$subaction

Method Summary

public string serialize( [ $absolute = false] )
Serialize URL Return a string representation of the URL for the requests connection type.

Inherited Methods

From arbitRequest
public void arbitRequest::__construct()
Construct controller from given values
public abstract string arbitRequest::serialize()
Serialize URL Return a string representation of the URL for the requests connection type.
public static arbitRequest arbitRequest::__set_state()
Generic set state method for structs

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.
Documentation generated on Mon, 05 Apr 2010 14:01:59 +0200 by phpDocumentor 1.4.3