Inheritance diagram for oxContentList:
 Collaboration diagram for oxContentList:Public Member Functions | |
| __construct ($sObjectsInListName= 'oxcontent') | |
| loadMainMenulist () | |
| loadCatMenues () | |
Public Attributes | |
| const | TYPE_MAIN_MENU_LIST = 1 | 
| const | TYPE_CATEGORY_MENU = 2 | 
Protected Member Functions | |
| _loadFromDb ($iType) | |
| _load ($iType) | |
Content list manager. Collects list of content
Definition at line 8 of file oxcontentlist.php.
| oxContentList.__construct | ( | $ |  sObjectsInListName = 'oxcontent' | 
          ) | 
Class constructor, initiates parent constructor (parent.oxList()).
| string | $sObjectsInListName optional and not used | 
Reimplemented from oxList.
Definition at line 31 of file oxcontentlist.php.
| oxContentList._load | ( | $ | iType | ) |  [protected] | 
        
Load category list data
| integer | $iType - type of content | 
Definition at line 99 of file oxcontentlist.php.
| oxContentList._loadFromDb | ( | $ | iType | ) |  [protected] | 
        
Get data from db
| integer | $iType - type of content | 
Definition at line 78 of file oxcontentlist.php.
| oxContentList.loadCatMenues | ( | ) | 
Load Array of Menue items and change keys of aList to catid
Definition at line 51 of file oxcontentlist.php.
| oxContentList.loadMainMenulist | ( | ) | 
Loads main menue entries and generates list with links
Definition at line 41 of file oxcontentlist.php.
| const oxContentList.TYPE_CATEGORY_MENU = 2 | 
Definition at line 22 of file oxcontentlist.php.
| const oxContentList.TYPE_MAIN_MENU_LIST = 1 | 
Definition at line 15 of file oxcontentlist.php.
 1.7.1