Public Member Functions | |
htmlHeader ($html) | |
htmlBody ($html) | |
htmlTop ($html) | |
htmlFooter ($html) | |
flush () | |
Static Public Member Functions | |
static | htmlError ($message, $errorCode="Error", $backURL="index.php?page=SystemOverviewPage", $backTitle="Back to System Overview") |
static | page ($class) |
Uses a class, which implements Page, to output HTML. | |
static | redirect ($url) |
static | haveErrors () |
See if any error occurred. | |
Static Private Attributes | |
static | $htmlHeader |
static | $htmlTop |
static | $htmlBody |
static | $htmlFooter |
static | $htmlError |
Output::htmlHeader | ( | $ | html | ) |
Output::htmlBody | ( | $ | html | ) |
Output::htmlTop | ( | $ | html | ) |
Output::htmlFooter | ( | $ | html | ) |
static Output::htmlError | ( | $ | message, | |
$ | errorCode = "Error" , |
|||
$ | backURL = "index.php?page=SystemOverviewPage" , |
|||
$ | backTitle = "Back to System Overview" | |||
) | [static] |
static Output::page | ( | $ | class | ) | [static] |
static Output::redirect | ( | $ | url | ) | [static] |
static Output::haveErrors | ( | ) | [static] |
See if any error occurred.
This will return true if we have any errors.
Output::flush | ( | ) |
Output::$htmlHeader [static, private] |
Output::$htmlTop [static, private] |
Output::$htmlBody [static, private] |
Output::$htmlFooter [static, private] |
Output::$htmlError [static, private] |