Public Member Functions | |
sortAsc ($oOne, $oSec) | |
sortDesc ($oOne, $oSec) | |
removeReportFromList () | |
addReportToList () | |
Protected Member Functions | |
_getData ($sCountQ, $sQ) | |
Protected Attributes | |
$_aColumns |
Class manages statistics configuration
Definition at line 6 of file statistic_main_ajax.php.
statistic_main_ajax._getData | ( | $ | sCountQ, | |
$ | sQ | |||
) | [protected] |
Formats and returns statiistics configuration related data array for ajax response
string | $sCountQ this param currently is not used as thsi mathod overrides default function behaviour | |
string | $sQ this param currently is not used as thsi mathod overrides default function behaviour |
Reimplemented from ajaxListComponent.
Definition at line 32 of file statistic_main_ajax.php.
statistic_main_ajax.addReportToList | ( | ) |
Adds selected report(s) to generating list.
Definition at line 170 of file statistic_main_ajax.php.
statistic_main_ajax.removeReportFromList | ( | ) |
Removes selected report(s) from generating list.
Definition at line 136 of file statistic_main_ajax.php.
statistic_main_ajax.sortAsc | ( | $ | oOne, | |
$ | oSec | |||
) |
Callback function used to apply ASC sorting
array | $oOne first item to check sorting | |
array | $oSec second item to check sorting |
Definition at line 105 of file statistic_main_ajax.php.
statistic_main_ajax.sortDesc | ( | $ | oOne, | |
$ | oSec | |||
) |
Callback function used to apply ASC sorting
array | $oOne first item to check sorting | |
array | $oSec second item to check sorting |
Definition at line 123 of file statistic_main_ajax.php.
statistic_main_ajax.$_aColumns [protected] |
array('container1' => array( array('oxtitle', 'oxstat', 1, 0, 0), array('oxid', 'oxstat', 0, 0, 1) ), 'container2' => array( array('oxtitle', 'oxstat', 1, 0, 0), array('oxid', 'oxstat', 0, 0, 1) ) )
Reimplemented from ajaxListComponent.
Definition at line 14 of file statistic_main_ajax.php.