HeaderUtils Class Reference
[Various accompanying utilities]

Collection of static header functions. More...

Inheritance diagram for HeaderUtils:

Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static redirectRaw ($url)
static redirect (BaseModule $mod)
static redirectBack ()
static getParsedURI ()
static sendCachedHeader ()
static sendNotCachedHeader ()
static sendContentLength ($length)
static sendHttpStatus (HttpStatus $status)
static isHeaderSent ()
static forceHeaderSent ()
static isRedirectSent ()
static setCacheLifeTime ($cacheLifeTime)
static getCacheLifeTime ()

Static Private Member Functions

static getURI ()

Static Private Attributes

static $headerSent = false
static $redirectSent = false
static $cacheLifeTime = 3600


Detailed Description

Collection of static header functions.

Definition at line 18 of file HeaderUtils.class.php.


Member Function Documentation

static HeaderUtils::redirectRaw ( url  )  [static]

Definition at line 24 of file HeaderUtils.class.php.

Referenced by RedirectView::render().

static HeaderUtils::redirect ( BaseModule $  mod  )  [static]

Deprecated:
by Flow

Definition at line 35 of file HeaderUtils.class.php.

static HeaderUtils::redirectBack (  )  [static]

Definition at line 57 of file HeaderUtils.class.php.

static HeaderUtils::getParsedURI (  )  [static]

Definition at line 68 of file HeaderUtils.class.php.

References $out.

static HeaderUtils::sendCachedHeader (  )  [static]

Definition at line 92 of file HeaderUtils.class.php.

static HeaderUtils::sendNotCachedHeader (  )  [static]

Definition at line 105 of file HeaderUtils.class.php.

static HeaderUtils::sendContentLength ( length  )  [static]

Definition at line 117 of file HeaderUtils.class.php.

static HeaderUtils::sendHttpStatus ( HttpStatus status  )  [static]

Definition at line 128 of file HeaderUtils.class.php.

static HeaderUtils::isHeaderSent (  )  [static]

Definition at line 135 of file HeaderUtils.class.php.

static HeaderUtils::forceHeaderSent (  )  [static]

Definition at line 140 of file HeaderUtils.class.php.

static HeaderUtils::isRedirectSent (  )  [static]

Definition at line 145 of file HeaderUtils.class.php.

static HeaderUtils::setCacheLifeTime ( cacheLifeTime  )  [static]

Definition at line 150 of file HeaderUtils.class.php.

References $cacheLifeTime.

static HeaderUtils::getCacheLifeTime (  )  [static]

Definition at line 155 of file HeaderUtils.class.php.

static HeaderUtils::getURI (  )  [static, private]

Definition at line 160 of file HeaderUtils.class.php.

References $out.


Member Data Documentation

HeaderUtils::$headerSent = false [static, private]

Definition at line 20 of file HeaderUtils.class.php.

HeaderUtils::$redirectSent = false [static, private]

Definition at line 21 of file HeaderUtils.class.php.

HeaderUtils::$cacheLifeTime = 3600 [static, private]

Definition at line 22 of file HeaderUtils.class.php.

Referenced by setCacheLifeTime().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:33 2007 for onPHP by  doxygen 1.5.4