|
UNA
|
Public Member Functions | |
| __construct ($aObject, $oTemplate=null) | |
| getCategoryIcon ($sValue) | |
| getCategoryTitle ($sValue) | |
| getCategoryUrl ($sValue, $aParams=[]) | |
| getCategoryLink ($sName, $sValue) | |
| getCategoriesList ($bDisplayEmptyCats=true, $bAsArray=false) | |
| Public Member Functions inherited from BxDolCategory | |
| getObjectName () | |
| getSearchObject () | |
| setSearchCondition ($oSearchResult, $mixedCategory) | |
| getItemsNum ($sCategoryValue, $aParams=[]) | |
Protected Member Functions | |
| _getCategoryIconType ($aData) | |
| _getCategoryIcon ($aData) | |
| _getCategoryData ($aCategory) | |
| Protected Member Functions inherited from BxDolCategory | |
| __construct ($aObject) | |
Protected Attributes | |
| $_oTemplate | |
| $_oModule | |
| $_bModule | |
| $_sBrowseAllUrl | |
| $_sBrowseAllTitle | |
| $_sBrowseUrl | |
| Protected Attributes inherited from BxDolCategory | |
| $_bIsApi | |
| $_sObject | |
| $_aObject | |
Additional Inherited Members | |
| Static Public Member Functions inherited from BxDolCategory | |
| static | getObjectInstance ($sObject=false) |
| static | getObjectInstanceByFormAndList ($sObjectForm, $sListName) |
Category objects representation.
| BxBaseCategory::getCategoriesList | ( | $bDisplayEmptyCats = true, | |
| $bAsArray = false ) |
Get all categories list
| $bDisplayEmptyCats | display categories with no items, true by default |
| BxBaseCategory::getCategoryLink | ( | $sName, | |
| $sValue ) |
Get link to list all items with the same category
| $sName | category title |
| $sValue | category value |