Public Member Functions | |
setServiceKeys ($aServiceKeys) | |
getServiceKeys () | |
__construct () | |
loadMainMenulist () | |
loadCatMenues () | |
loadServices () | |
Public Attributes | |
const | TYPE_INFORMATION_CONTENTS = 0 |
const | TYPE_MAIN_MENU_LIST = 1 |
const | TYPE_CATEGORY_MENU = 2 |
const | TYPE_SERVICE_LIST = 3 |
Protected Member Functions | |
_loadFromDb ($iType) | |
_load ($iType) | |
_extractListToArray () | |
_getSQLByType ($iType) | |
Protected Attributes | |
$_aServiceKeys = array('oximpressum', 'oxagb', 'oxsecurityinfo', 'oxdeliveryinfo', 'oxrightofwithdrawal', 'oxorderinfo', 'oxcredits') |
Content list manager. Collects list of content
Definition at line 8 of file oxcontentlist.php.
oxContentList.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxList()).
Definition at line 71 of file oxcontentlist.php.
oxContentList._extractListToArray | ( | ) | [protected] |
Extract oxContentList object to associative array with oxloadid as keys.
Definition at line 148 of file oxcontentlist.php.
oxContentList._getSQLByType | ( | $ | iType | ) | [protected] |
Creates SQL by type.
integer | $iType type. |
Definition at line 165 of file oxcontentlist.php.
oxContentList._load | ( | $ | iType | ) | [protected] |
Load category list data
integer | $iType - type of content |
Definition at line 127 of file oxcontentlist.php.
oxContentList._loadFromDb | ( | $ | iType | ) | [protected] |
Get data from db
integer | $iType - type of content |
Definition at line 114 of file oxcontentlist.php.
oxContentList.getServiceKeys | ( | ) |
oxContentList.loadCatMenues | ( | ) |
Load Array of Menue items and change keys of aList to catid
Definition at line 87 of file oxcontentlist.php.
oxContentList.loadMainMenulist | ( | ) |
Loads main menue entries and generates list with links
Definition at line 79 of file oxcontentlist.php.
oxContentList.loadServices | ( | ) |
Load category list data.
Definition at line 139 of file oxcontentlist.php.
oxContentList.setServiceKeys | ( | $ | aServiceKeys | ) |
oxContentList.$_aServiceKeys = array('oximpressum', 'oxagb', 'oxsecurityinfo', 'oxdeliveryinfo', 'oxrightofwithdrawal', 'oxorderinfo', 'oxcredits') [protected] |
Definition at line 44 of file oxcontentlist.php.
const oxContentList.TYPE_CATEGORY_MENU = 2 |
Definition at line 30 of file oxcontentlist.php.
const oxContentList.TYPE_INFORMATION_CONTENTS = 0 |
Definition at line 16 of file oxcontentlist.php.
const oxContentList.TYPE_MAIN_MENU_LIST = 1 |
Definition at line 23 of file oxcontentlist.php.
const oxContentList.TYPE_SERVICE_LIST = 3 |
Definition at line 37 of file oxcontentlist.php.