oxCategory Class Reference

Inheritance diagram for oxCategory:
[legend]
Collaboration diagram for oxCategory:
[legend]

List of all members.


Detailed Description

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.


Public Member Functions

 __construct ()
 __get ($sName)
 assign ($dbRecord)
 delete ($sOXID=null)
 getSubCats ()
 getSubCat ($sKey)
 setSubCats ($aCats)
 setSubCat ($oCat, $sKey=null)
 sortSubCats ()
 getContentCats ()
 setContentCats ($aContent)
 setContentCat ($oContent, $sKey=null)
 cmpCat ($a, $b)
 getNrOfArticles ()
 setNrOfArticles ($iNum)
 getIsVisible ()
 setIsVisible ($blVisible)
 getPictureUrl ()
 getLink ($iLang=null)
 setLink ($sLink)
 getSqlActiveSnippet ($blForceCoreTable=false)
 getStdLink ($iLang=null)
 getExpanded ()
 setExpanded ($blExpanded)
 getHasSubCats ()
 getHasVisibleSubCats ()
 setHasVisibleSubCats ($blHasVisibleSubcats)
 getAttributes ()
 getCatInLang ($oActCategory=null)
 setParentCategory ($oCategory)
 getParentCategory ()
 assignViewableRecord ($sSelect)
 getIconUrl ()

Static Public Member Functions

static getRootId ($sCategoryId)

Protected Member Functions

 _insert ()
 _update ()
 _setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT)

Protected Attributes

 $_aSubCats = array()
 $_aContentCats = array()
 $_sClassName = 'oxcategory'
 $_iNrOfArticles
 $_blIsVisible
 $_blExpanded
 $_blHasSubCats
 $_blHasVisibleSubCats
 $_blIsSeoObject = true
 $_blUseLazyLoading = false
 $_sDynImageDir = null

Constructor & Destructor Documentation

oxCategory.__construct (  ) 

Class constructor, initiates parent constructor (parent.oxI18n()).

Reimplemented from oxI18n.

Definition at line 89 of file oxcategory.php.


Member Function Documentation

oxCategory.__get ( sName  ) 

Extra getter to guarantee compatibility with templates

Parameters:
string $sName name of variable to get
Returns:
unknown

Reimplemented from oxBase.

Definition at line 102 of file oxcategory.php.

oxCategory.assign ( dbRecord  ) 

Loads and assigns object data from DB.

Parameters:
mixed $dbRecord database record array
Returns:
null

Reimplemented from oxI18n.

Definition at line 145 of file oxcategory.php.

oxCategory.delete ( sOXID = null  ) 

Delete empty categories, returns true on success.

Parameters:
string $sOXID Object ID
Returns:
bool

Reimplemented from oxBase.

Definition at line 172 of file oxcategory.php.

oxCategory.getSubCats (  ) 

returns the sub category array

Returns:
array

Definition at line 223 of file oxcategory.php.

oxCategory.getSubCat ( sKey  ) 

returns a specific sub categpory

Parameters:
string $sKey the key of the category
Returns:
object

Definition at line 235 of file oxcategory.php.

oxCategory.setSubCats ( aCats  ) 

Sets an array of sub cetegories, handles sorting and parent hasVisibleSubCats

Parameters:
array $aCats array of categories
Returns:
null

Definition at line 247 of file oxcategory.php.

oxCategory.setSubCat ( oCat,
sKey = null 
)

sets a single category, handles sorting and parent hasVisibleSubCats

Parameters:
oxcategory $oCat the category
string $sKey optional, the key for that category, without a key, the category isjust added to the array
Returns:
null

Definition at line 268 of file oxcategory.php.

oxCategory.sortSubCats (  ) 

Sorts sub categories

Returns:
null

Definition at line 291 of file oxcategory.php.

oxCategory.getContentCats (  ) 

returns the content category array

Returns:
array

Definition at line 301 of file oxcategory.php.

oxCategory.setContentCats ( aContent  ) 

Sets an array of content cetegories

Parameters:
array $aContent array of content
Returns:
null

Definition at line 313 of file oxcategory.php.

oxCategory.setContentCat ( oContent,
sKey = null 
)

sets a single category

Parameters:
oxcategory $oContent the category
string $sKey optional, the key for that category, without a key, the category isjust added to the array
Returns:
null

Definition at line 326 of file oxcategory.php.

oxCategory.cmpCat ( a,
b 
)

categry sorting callback function

Parameters:
oxcategory $a first category
oxcategory $b second category
Returns:
integer

Definition at line 343 of file oxcategory.php.

oxCategory.getNrOfArticles (  ) 

returns number or articles in category

Returns:
integer

Definition at line 357 of file oxcategory.php.

oxCategory.setNrOfArticles ( iNum  ) 

sets the number or articles in category

Parameters:
int $iNum category product count setter
Returns:
null

Definition at line 373 of file oxcategory.php.

oxCategory.getIsVisible (  ) 

returns the visibility of a category, handles hidden and empty categories

Returns:
bool

Definition at line 383 of file oxcategory.php.

oxCategory.setIsVisible ( blVisible  ) 

sets the visibilty of a category

Parameters:
bool $blVisible category visibility status setter
Returns:
null

Definition at line 406 of file oxcategory.php.

oxCategory.getPictureUrl (  ) 

Returns dyn image dir

Returns:
string

Definition at line 416 of file oxcategory.php.

oxCategory.getLink ( iLang = null  ) 

returns the url of the category

Parameters:
int $iLang language
Returns:
string

Definition at line 432 of file oxcategory.php.

oxCategory.setLink ( sLink  ) 

sets the url of the category

Parameters:
string $sLink category url
Returns:
null

Definition at line 465 of file oxcategory.php.

oxCategory.getSqlActiveSnippet ( blForceCoreTable = false  ) 

Returns SQL select string with checks if items are available

Parameters:
bool $blForceCoreTable forces core table usage (optional)
Returns:
string

Reimplemented from oxI18n.

Definition at line 477 of file oxcategory.php.

oxCategory.getStdLink ( iLang = null  ) 

Returns standard URL to category

Parameters:
int $iLang language
Returns:
string

Definition at line 495 of file oxcategory.php.

oxCategory.getExpanded (  ) 

returns the expanded state of the category

Returns:
bool

Definition at line 519 of file oxcategory.php.

oxCategory.setExpanded ( blExpanded  ) 

setsthe expanded state of the category

Parameters:
bool $blExpanded expanded status setter
Returns:
null

Definition at line 536 of file oxcategory.php.

oxCategory.getHasSubCats (  ) 

returns if a category has sub categories

Returns:
bool

Definition at line 546 of file oxcategory.php.

oxCategory.getHasVisibleSubCats (  ) 

returns if a category has visible sub categories

Returns:
bool

Definition at line 560 of file oxcategory.php.

oxCategory.setHasVisibleSubCats ( blHasVisibleSubcats  ) 

sets the state of has visible sub categories for the category

Parameters:
bool $blHasVisibleSubcats marker if category has visible subcategories
Returns:
null

Definition at line 576 of file oxcategory.php.

oxCategory.getAttributes (  ) 

Loads and returns attribute list associated with this category

Returns:
array

Definition at line 586 of file oxcategory.php.

oxCategory.getCatInLang ( oActCategory = null  ) 

Loads and returns category in base language

Parameters:
object $oActCategory active category
Returns:
object

Definition at line 645 of file oxcategory.php.

oxCategory.setParentCategory ( oCategory  ) 

Parent category setter

Parameters:
oxcategory $oCategory parent category object
Returns:
null

Definition at line 666 of file oxcategory.php.

oxCategory.getParentCategory (  ) 

Returns parent category object for current category (is it is available)

Returns:
oxcategory

Definition at line 676 of file oxcategory.php.

static oxCategory.getRootId ( sCategoryId  )  [static]

Returns root category id of a child category

Parameters:
string $sCategoryId category id
Returns:
integer

Definition at line 703 of file oxcategory.php.

oxCategory.assignViewableRecord ( sSelect  ) 

Before assigning the record from SQL it checks for viewable rights

Parameters:
string $sSelect SQL select
Returns:
bool

Definition at line 720 of file oxcategory.php.

oxCategory._insert (  )  [protected]

Inserts new category (and updates existing node oxleft amd oxright accordingly). Returns true on success.

Returns:
bool

Reimplemented from oxBase.

Definition at line 735 of file oxcategory.php.

oxCategory._update (  )  [protected]

Updates category tree, returns true on success.

Returns:
bool

Reimplemented from oxI18n.

Definition at line 792 of file oxcategory.php.

oxCategory._setFieldData ( sFieldName,
sValue,
iDataType = oxField::T_TEXT 
) [protected]

Sets data field value

Parameters:
string $sFieldName index OR name (eg. 'oxarticles__oxtitle') of a data field to set
string $sValue value of data field
int $iDataType field type
Returns:
null

Reimplemented from oxBase.

Definition at line 898 of file oxcategory.php.

oxCategory.getIconUrl (  ) 

Returns category icon picture

Returns:
string

Definition at line 915 of file oxcategory.php.


Member Data Documentation

oxCategory.$_aSubCats = array() [protected]

Definition at line 15 of file oxcategory.php.

oxCategory.$_aContentCats = array() [protected]

Definition at line 21 of file oxcategory.php.

oxCategory.$_sClassName = 'oxcategory' [protected]

Reimplemented from oxI18n.

Definition at line 28 of file oxcategory.php.

oxCategory.$_iNrOfArticles [protected]

Definition at line 35 of file oxcategory.php.

oxCategory.$_blIsVisible [protected]

Definition at line 42 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]

Reimplemented from oxBase.

Definition at line 70 of file oxcategory.php.

oxCategory.$_blUseLazyLoading = false [protected]

Reimplemented from oxBase.

Definition at line 77 of file oxcategory.php.

oxCategory.$_sDynImageDir = null [protected]

Definition at line 84 of file oxcategory.php.


The documentation for this class was generated from the following file:

Generated on Thu Dec 4 12:05:21 2008 for OXID eShop CE by  doxygen 1.5.5