Public Member Functions | Public Attributes | Protected Member Functions

oxContentList Class Reference

Inheritance diagram for oxContentList:
Collaboration diagram for oxContentList:

List of all members.

Public Member Functions

 __construct ($sObjectsInListName= 'oxcontent')
 loadMainMenulist ()
 loadCatMenues ()
 _load ($iType)

Public Attributes

const TYPE_MAIN_MENU_LIST = 1
const TYPE_CATEGORY_MENU = 2

Protected Member Functions

 _loadFromDb ($iType)

Detailed Description

Content list manager. Collects list of content

Definition at line 8 of file oxcontentlist.php.


Constructor & Destructor Documentation

oxContentList.__construct ( sObjectsInListName = 'oxcontent'  ) 

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

Parameters:
string $sObjectsInListName optional and not used
Returns:
null

Reimplemented from oxList.

Definition at line 31 of file oxcontentlist.php.


Member Function Documentation

oxContentList._load ( iType  ) 

Load category list data

Parameters:
integer $iType - type of content
Returns:
null

Definition at line 99 of file oxcontentlist.php.

oxContentList._loadFromDb ( iType  )  [protected]

Get data from db

Parameters:
integer $iType - type of content
Returns:
array

Definition at line 78 of file oxcontentlist.php.

oxContentList.loadCatMenues (  ) 

Load Array of Menue items and change keys of aList to catid

Returns:
null

Definition at line 51 of file oxcontentlist.php.

oxContentList.loadMainMenulist (  ) 

Loads main menue entries and generates list with links

Returns:
null

Definition at line 41 of file oxcontentlist.php.


Member Data Documentation

Definition at line 22 of file oxcontentlist.php.

Definition at line 15 of file oxcontentlist.php.


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