 Inheritance diagram for statistic_main_ajax:
 Inheritance diagram for statistic_main_ajax: Collaboration diagram for statistic_main_ajax:
 Collaboration diagram for statistic_main_ajax:| 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 31 of file statistic_main_ajax.php.
| statistic_main_ajax.addReportToList | ( | ) | 
Adds selected report(s) to generating list.
Definition at line 167 of file statistic_main_ajax.php.
| statistic_main_ajax.removeReportFromList | ( | ) | 
Removes selected report(s) from generating list.
Definition at line 132 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 101 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 118 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 13 of file statistic_main_ajax.php.
 1.7.1
 1.7.1