|
ultimix
|
Public Member Functions | |
| __construct () | |
| pre_generation ($Options) | |
| compile_report_template_list (&$Settings) | |
| compile_report_template (&$Settings, $Data) | |
| compile_report_query (&$Settings) | |
| compile_report_button (&$Settings) | |
| get_report_template ($PackageName, $PackageVersion, $ReportTemplate, $Subfolder) | |
| generate_report (&$Options) | |
| view (&$Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $Database = false | |
| $PageJS = false | |
| $ReportUtilities = false | |
| $Security = false | |
| $String = false | |
| $Utilities = false | |
| $Templates = array() | |
| $Output = '' | |
Working with reports.
Definition at line 26 of file report.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 84 of file report.php.
| compile_report_button | ( | & | $Settings | ) |
Function compiles macro 'report_query'.
| $Settings | - Compilation parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 354 of file report.php.
| compile_report_query | ( | & | $Settings | ) |
Function compiles macro 'report_query'.
| $Settings | - Compilation parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 302 of file report.php.
| compile_report_template | ( | & | $Settings, |
| $Data | |||
| ) |
Function compiles macro 'report_template'.
| $Settings | - Parameters. |
| $Data | - Block content. |
| Exception | - An exception of this type is thrown. |
Definition at line 216 of file report.php.
| compile_report_template_list | ( | & | $Settings | ) |
Function compiles macro 'report_template_list'.
| $Settings | - Compilation parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 158 of file report.php.
| generate_report | ( | & | $Options | ) |
Function generates report.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 583 of file report.php.
| get_report_template | ( | $PackageName, | |
| $PackageVersion, | |||
| $ReportTemplate, | |||
| $Subfolder | |||
| ) |
Function returns report template by it's id.
| $PackageName | - Report template. |
| $PackageVersion | - Package version. |
| $ReportTemplate | - Id of the report's template. |
| $Subfolder | - Template subdirectory. |
| Exception | An exception of this type is thrown. |
Definition at line 403 of file report.php.
| pre_generation | ( | $Options | ) |
Function executes before any page generating actions took place.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 120 of file report.php.
| view | ( | & | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 636 of file report.php.
| $CachedMultyFS = false |
Cached objects.
Definition at line 38 of file report.php.
| $Database = false |
Definition at line 39 of file report.php.
| $Output = '' |
Generated reports.
Definition at line 68 of file report.php.
| $PageJS = false |
Definition at line 40 of file report.php.
| $ReportUtilities = false |
Definition at line 41 of file report.php.
| $Security = false |
Definition at line 42 of file report.php.
| $String = false |
Definition at line 43 of file report.php.
| $Templates = array() |
Templates.
Definition at line 56 of file report.php.
| $Utilities = false |
Definition at line 44 of file report.php.