
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 |
Definition at line 18 of file HeaderUtils.class.php.
| static HeaderUtils::redirectRaw | ( | $ | url | ) | [static] |
| static HeaderUtils::redirect | ( | BaseModule $ | mod | ) | [static] |
| static HeaderUtils::redirectBack | ( | ) | [static] |
Definition at line 57 of file HeaderUtils.class.php.
| static HeaderUtils::getParsedURI | ( | ) | [static] |
| 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] |
| static HeaderUtils::getCacheLifeTime | ( | ) | [static] |
Definition at line 155 of file HeaderUtils.class.php.
| static HeaderUtils::getURI | ( | ) | [static, private] |
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] |
1.5.4