Report Class
This (abstract) class is the parent of the specific report renderers. It handles the output stream creation, sorting, and other housekeeping details.
Located in /lib/Report.php (line 11)
Class | Description |
---|---|
CSVReport | CSVReport Class |
DetailedReport | DetailedReport Class |
HTMLGroupReport | HTMLGroupReport Class |
HTMLReport | HTMLReport Class |
XMLReport | XMLReport Class |
The default extension used for reports of this type.
Options parsed from the command line.
The results of the scan.
Include a digital signature in the report file?
Creates an output handle to write the report to. If the requested file is not writeable, the same filename will be attempted to be placed in the temporary directory.
The execute function renders the particular report. Since this is is an abstract class, this function should never actually be called, but should be overriden by a subclass.
Translated a severity number into a description.
Tests whether the severity is sufficient to warrant including in the output.
Compares results to sort them by severity.
Documentation generated on Mon, 28 Apr 2008 12:52:03 -0400 by phpDocumentor 1.4.0a2