Methods summary
public static
array
|
#
getSearchParams( )
Return search parameters. :TODO: refactor
Return search parameters. :TODO: refactor
Returns
array
Since
1.0.0
See
____func_see____
|
public static
array
|
#
getAllowedTargets( )
Return list of targets allowed for this widget
Return list of targets allowed for this widget
Returns
array
Since
1.0.0
See
____func_see____
|
protected static
string
|
#
getWidgetTarget( )
Return target to retrive this widget from AJAX
Return target to retrive this widget from AJAX
Returns
string
Since
1.0.0
See
____func_see____
|
public
string
|
#
getListCSSClasses( )
Returns CSS classes for the container element
Returns CSS classes for the container element
Returns
string
Since
1.0.0
See
____func_see____
|
public
array
|
#
getCSSFiles( )
Get a list of CSS files required to display the widget properly
Get a list of CSS files required to display the widget properly
Returns
array
Since
1.0.0
See
____func_see____
|
public
array
|
#
getJSFiles( )
Get a list of JavaScript files required to display the widget properly
Get a list of JavaScript files required to display the widget properly
Returns
array
Since
1.0.0
See
____func_see____
|
protected
string
|
#
getHead( )
Return title
Returns
string
Since
1.0.0
See
____func_see____
|
protected
string
|
#
getListHead( )
Return title
Returns
string
Since
1.0.0
See
____func_see____
|
protected
boolean
|
#
isHeadVisible( )
Check if head title is visible
Check if head title is visible
Returns
boolean
Since
1.0.0
See
____func_see____
|
protected
boolean
|
#
isVisible( )
Search widget must be visible always.
Search widget must be visible always.
Returns
boolean
Since
1.0.0
See
____func_see____
|
protected
array
|
#
getCommonParams( )
Get URL common parameters
Get URL common parameters
Returns
array
Since
1.0.0
See
____func_see____
|
protected
|
#
defineWidgetParams( )
Define widget parameters
Since
1.0.0
See
____func_see____
|
protected
|
#
defineRequestParams( )
Define so called "request" parameters
Define so called "request" parameters
Since
1.0.0
See
____func_see____
|
protected
XLite\Core\CommonCell
|
#
getSearchCondition( )
Return params list to use for search TODO refactor
Return params list to use for search TODO refactor
Returns
Since
1.0.0
See
____func_see____
|
protected
array|integer
|
#
getData( XLite\Core\CommonCell $cnd, boolean $countOnly = false )
Return products list
Parameters
- $cnd
XLite\Core\CommonCell Search condition
- $countOnly
boolean Return items list or only its size OPTIONAL
Returns
array|integer
Since
1.0.0
See
____func_see____
|
protected
XLite\Core\CommonCell
|
#
prepareCnd( XLite\Core\CommonCell $cnd )
Prepare search condition before search
Prepare search condition before search
Parameters
Returns
Since
1.0.0
See
____func_see____
|