Public Member Functions | |
render () | |
save () | |
generate () |
Admin article main statistic manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Statistics -> Show -> Main.
Definition at line 8 of file statistic_main.php.
Statistic_Main.generate | ( | ) |
Performs report generation function (outputs Smarty generated HTML report).
Definition at line 128 of file statistic_main.php.
Statistic_Main.render | ( | ) |
Executes parent method parent.render(), cretes oxstatistic object, passes it's data to Smarty engine and returns name of template file "statistic_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 17 of file statistic_main.php.
Statistic_Main.save | ( | ) |
Saves statistic parameters changes.
Reimplemented from oxAdminView.
Definition at line 96 of file statistic_main.php.