Inheritance diagram for oxCategory:
 Collaboration diagram for oxCategory:Category manager. Collects category information (articles, etc.), performs insertion/deletion of categories nodes. By recursion methods are set structure of category.
Definition at line 9 of file oxcategory.php.
| oxCategory.__construct | ( | ) | 
Class constructor, initiates parent constructor (parent.oxI18n()).
Definition at line 123 of file oxcategory.php.
| oxCategory.__get | ( | $ | sName | ) | 
Extra getter to guarantee compatibility with templates
| string | $sName name of variable to get | 
Definition at line 156 of file oxcategory.php.
| oxCategory._insert | ( | ) |  [protected] | 
        
Inserts new category (and updates existing node oxleft amd oxright accordingly). Returns true on success.
Definition at line 810 of file oxcategory.php.
| oxCategory._loadFromDb | ( | $ | sOXID | ) |  [protected] | 
        
Get data from db
| string | $sOXID id | 
Definition at line 202 of file oxcategory.php.
| oxCategory._setFieldData | ( | $ | sFieldName, | |
| $ | sValue, | |||
| $ |  iDataType = oxField::T_TEXT | |||
| ) |  [protected] | 
        
Sets data field value
| string | $sFieldName index OR name (eg. 'oxarticles__oxtitle') of a data field to set | |
| string | $sValue value of data field | |
| int | $iDataType field type | 
Definition at line 971 of file oxcategory.php.
| oxCategory._update | ( | ) |  [protected] | 
        
Updates category tree, returns true on success.
Definition at line 867 of file oxcategory.php.
| oxCategory.assign | ( | $ | dbRecord | ) | 
Loads and assigns object data from DB.
| mixed | $dbRecord database record array | 
Definition at line 237 of file oxcategory.php.
| oxCategory.assignViewableRecord | ( | $ | sSelect | ) | 
Before assigning the record from SQL it checks for viewable rights
| string | $sSelect SQL select | 
Definition at line 795 of file oxcategory.php.
| oxCategory.delete | ( | $ |  sOXID = null | 
          ) | 
Delete empty categories, returns true on success.
| string | $sOXID Object ID | 
Definition at line 250 of file oxcategory.php.
| oxCategory.getAttributes | ( | ) | 
Loads and returns attribute list associated with this category
Definition at line 696 of file oxcategory.php.
| oxCategory.getBaseSeoLink | ( | $ | iLang, | |
| $ |  iPage = 0 | |||
| ) | 
Returns raw category seo url
| int | $iLang language id | |
| int | $iPage page number [optional] | 
Definition at line 505 of file oxcategory.php.
| oxCategory.getBaseStdLink | ( | $ | iLang, | |
| $ |  blAddId = true,  | 
        |||
| $ |  blFull = true | |||
| ) | 
Returns base dynamic url: shopurl/index.php?cl=details
| int | $iLang language id | |
| bool | $blAddId add current object id to url or not | |
| bool | $blFull return full including domain name [optional] | 
Implements oxIUrl.
Definition at line 582 of file oxcategory.php.
| oxCategory.getCatInLang | ( | $ |  oActCategory = null | 
          ) | 
Loads and returns category in base language
| object | $oActCategory active category | 
Definition at line 717 of file oxcategory.php.
| oxCategory.getContentCats | ( | ) | 
| oxCategory.getDefaultSorting | ( | ) | 
| oxCategory.getDefaultSortingMode | ( | ) | 
| oxCategory.getExpanded | ( | ) | 
returns the expanded state of the category
Definition at line 628 of file oxcategory.php.
| oxCategory.getHasSubCats | ( | ) | 
returns if a category has sub categories
Definition at line 650 of file oxcategory.php.
| oxCategory.getHasVisibleSubCats | ( | ) | 
returns if a category has visible sub categories
Definition at line 664 of file oxcategory.php.
| oxCategory.getIconUrl | ( | ) | 
Returns category icon picture url if exist, false - if not
Definition at line 988 of file oxcategory.php.
| oxCategory.getIsVisible | ( | ) | 
returns the visibility of a category, handles hidden and empty categories
Definition at line 455 of file oxcategory.php.
| oxCategory.getLink | ( | $ |  iLang = null | 
          ) | 
returns the url of the category
| int | $iLang language id | 
Implements oxIUrl.
Definition at line 521 of file oxcategory.php.
| oxCategory.getLongDesc | ( | ) | 
Returns long description, parsed through smarty. should only be used by exports or so. In templates use [{oxeval var=$oCategory->oxcategories__oxlongdesc->getRawValue()}]
Definition at line 1073 of file oxcategory.php.
| oxCategory.getNrOfArticles | ( | ) | 
returns number or articles in category
Definition at line 417 of file oxcategory.php.
| oxCategory.getParentCategory | ( | ) | 
Returns parent category object for current category (if it is available).
Definition at line 748 of file oxcategory.php.
| oxCategory.getPictureUrl | ( | ) | 
| oxCategory.getPictureUrlForType | ( | $ | sPicName, | |
| $ | sPicType | |||
| ) | 
Returns category picture url if exist, false - if not
| string | $sPicName picture name | |
| string | $sPicType picture type relatet with picture dir: icon - icon; 0 - image | 
Definition at line 1035 of file oxcategory.php.
| oxCategory.getPromotionIconUrl | ( | ) | 
Returns category promotion icon picture url if exist, false - if not
Definition at line 1019 of file oxcategory.php.
| static oxCategory.getRootId | ( | $ | sCategoryId | ) |  [static] | 
        
Returns root category id of a child category
| string | $sCategoryId category id | 
Definition at line 777 of file oxcategory.php.
| oxCategory.getShortDescription | ( | ) | 
| oxCategory.getSqlActiveSnippet | ( | $ |  blForceCoreTable = null | 
          ) | 
Returns SQL select string with checks if items are available
| bool | $blForceCoreTable forces core table usage (optional) | 
Definition at line 562 of file oxcategory.php.
| oxCategory.getStdLink | ( | $ |  iLang = null,  | 
        |
| $ |  aParams = array() | |||
| ) | 
Returns standard URL to category
| int | $iLang language | |
| array | $aParams additional params to use [optional] | 
Implements oxIUrl.
Definition at line 606 of file oxcategory.php.
| oxCategory.getSubCat | ( | $ | sKey | ) | 
returns a specific sub categpory
| string | $sKey the key of the category | 
Definition at line 322 of file oxcategory.php.
| oxCategory.getSubCats | ( | ) | 
| oxCategory.getThumbUrl | ( | ) | 
Returns category thumbnail picture url if exist, false - if not
Definition at line 1006 of file oxcategory.php.
| oxCategory.getTitle | ( | ) | 
| oxCategory.isPriceCategory | ( | ) | 
Returns true if current category is price type ( ( oxpricefrom || oxpriceto ) > 0 )
Definition at line 1062 of file oxcategory.php.
| oxCategory.isTopCategory | ( | ) | 
Returns true is category parent id is 'oxrootid'
Definition at line 1049 of file oxcategory.php.
| oxCategory.load | ( | $ | sOXID | ) | 
Load category data
| string | $sOXID id | 
Definition at line 216 of file oxcategory.php.
| oxCategory.setContentCat | ( | $ | oContent, | |
| $ |  sKey = null | |||
| ) | 
sets a single category
| oxcategory | $oContent the category | |
| string | $sKey optional, the key for that category, without a key, the category isjust added to the array | 
Definition at line 403 of file oxcategory.php.
| oxCategory.setContentCats | ( | $ | aContent | ) | 
Sets an array of content cetegories
| array | $aContent array of content | 
Definition at line 390 of file oxcategory.php.
| oxCategory.setExpanded | ( | $ | blExpanded | ) | 
setsthe expanded state of the category
| bool | $blExpanded expanded status setter | 
Definition at line 640 of file oxcategory.php.
| oxCategory.setHasVisibleSubCats | ( | $ | blHasVisibleSubcats | ) | 
sets the state of has visible sub categories for the category
| bool | $blHasVisibleSubcats marker if category has visible subcategories | 
Definition at line 680 of file oxcategory.php.
| oxCategory.setIsVisible | ( | $ | blVisible | ) | 
sets the visibilty of a category
| bool | $blVisible category visibility status setter | 
Definition at line 478 of file oxcategory.php.
| oxCategory.setLink | ( | $ | sLink | ) | 
sets the url of the category
| string | $sLink category url | 
Definition at line 545 of file oxcategory.php.
| oxCategory.setNrOfArticles | ( | $ | iNum | ) | 
sets the number or articles in category
| int | $iNum category product count setter | 
Definition at line 445 of file oxcategory.php.
| oxCategory.setParentCategory | ( | $ | oCategory | ) | 
Set parent category object for internal usage only.
| oxcategory | $oCategory parent category object | 
Definition at line 738 of file oxcategory.php.
| oxCategory.setSubCat | ( | $ | oCat, | |
| $ |  sKey = null | |||
| ) | 
sets a single category, handles sorting and parent hasVisibleSubCats
| oxcategory | $oCat the category | |
| string | $sKey (optional, default=null) the key for that category, without a key, the category isjust added to the array | 
Definition at line 357 of file oxcategory.php.
| oxCategory.setSubCats | ( | $ | aCats | ) | 
Sets an array of sub cetegories, also handles parent hasVisibleSubCats
| array | $aCats array of categories | 
Definition at line 334 of file oxcategory.php.
oxCategory.$_aCatAttributes = array() [static, protected] | 
        
Definition at line 111 of file oxcategory.php.
oxCategory.$_aContentCats = array() [protected] | 
        
Definition at line 21 of file oxcategory.php.
oxCategory.$_aSeoUrls = array() [protected] | 
        
Definition at line 105 of file oxcategory.php.
oxCategory.$_aStdUrls = array() [protected] | 
        
Definition at line 98 of file oxcategory.php.
oxCategory.$_aSubCats = array() [protected] | 
        
Definition at line 15 of file oxcategory.php.
oxCategory.$_blExpanded [protected] | 
        
Definition at line 49 of file oxcategory.php.
oxCategory.$_blHasSubCats [protected] | 
        
Definition at line 56 of file oxcategory.php.
oxCategory.$_blHasVisibleSubCats [protected] | 
        
Definition at line 63 of file oxcategory.php.
oxCategory.$_blIsSeoObject = true [protected] | 
        
Definition at line 70 of file oxcategory.php.
oxCategory.$_blIsVisible [protected] | 
        
Definition at line 42 of file oxcategory.php.
oxCategory.$_blTopCategory = null [protected] | 
        
Definition at line 91 of file oxcategory.php.
oxCategory.$_blUseLazyLoading = false [protected] | 
        
Definition at line 77 of file oxcategory.php.
oxCategory.$_iNrOfArticles [protected] | 
        
Definition at line 35 of file oxcategory.php.
oxCategory.$_oParent = null [protected] | 
        
Definition at line 118 of file oxcategory.php.
oxCategory.$_sClassName = 'oxcategory' [protected] | 
        
Definition at line 28 of file oxcategory.php.
oxCategory.$_sDynImageDir = null [protected] | 
        
Definition at line 84 of file oxcategory.php.
 1.7.1