OXID eShop CE
4.10.6
|
Public Member Functions | |
sortAsc ($oOne, $oSec) | |
sortDesc ($oOne, $oSec) | |
removeReportFromList () | |
addReportToList () | |
Public Member Functions inherited from ajaxListComponent | |
init ($aColumns=null) | |
getColumns () | |
setColumns ($aColumns) | |
setName ($sName) | |
processRequest ($sFunction=null) | |
resetArtSeoUrl ($aArtIds, $aCatIds=null) | |
resetContentCache () | |
resetCounter ($sCounterType, $sValue=null) | |
Public Member Functions inherited from oxSuperCfg | |
__call ($sMethod, $aArgs) | |
__construct () | |
getConfig () | |
setConfig ($oConfig) | |
getSession () | |
setSession ($oSession) | |
getUser () | |
setUser ($oUser) | |
isAdmin () | |
setAdminMode ($blAdmin) |
Protected Member Functions | |
_getData ($sCountQ, $sQ) | |
Protected Member Functions inherited from ajaxListComponent | |
_getActionIds ($sId) | |
_getQuery () | |
_getDataQuery ($sQ) | |
_getCountQuery ($sQ) | |
_getSortCol () | |
_getColNames ($sId=null) | |
_getIdentColNames () | |
_getVisibleColNames () | |
_getQueryCols () | |
_buildColsQuery ($aIdentCols, $blIdentCols=true) | |
_isExtendedColumn ($sColumn) | |
_getExtendedColQuery ($sViewTable, $sColumn, $iCnt) | |
_getSorting () | |
_getLimit ($iStart) | |
_getFilter () | |
_addFilter ($sQ) | |
_getAll ($sQ) | |
_getSortDir () | |
_getStartIndex () | |
_getTotalCount ($sQ) | |
_getDataFields ($sQ) | |
_outputResponse ($aData) | |
_output ($sOut) | |
_getViewName ($sTable) | |
_resetContentCache () |
Protected Attributes | |
$_aColumns | |
Protected Attributes inherited from ajaxListComponent | |
$_aPosDir = array('asc', 'desc') | |
$_aColumns = array() | |
$_iSqlLimit = 2500 | |
$_sContainer = null | |
$_blAllowExtColumns = false |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
static | $_oConfig = null |
static | $_oSession = null |
static | $_oRights = null |
static | $_oActUser = null |
static | $_blIsAdmin = null |
Class manages statistics configuration
Definition at line 8 of file statistic_main_ajax.php.
|
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 34 of file statistic_main_ajax.php.
statistic_main_ajax::addReportToList | ( | ) |
Adds selected report(s) to generating list.
Definition at line 172 of file statistic_main_ajax.php.
statistic_main_ajax::removeReportFromList | ( | ) |
Removes selected report(s) from generating list.
Definition at line 138 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 107 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 125 of file statistic_main_ajax.php.
|
protected |
Definition at line 16 of file statistic_main_ajax.php.