|
OXID eShop CE
4.8.12
|
Inheritance diagram for oxContentList:
Collaboration diagram for oxContentList:Public Member Functions | |
| setServiceKeys ($aServiceKeys) | |
| getServiceKeys () | |
| __construct ($sObjectsInListName= 'oxcontent') | |
| loadMainMenulist () | |
| loadCatMenues () | |
| loadServices () | |
Public Member Functions inherited from oxList | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $oBase) | |
| offsetUnset ($offset) | |
| arrayKeys () | |
| rewind () | |
| current () | |
| key () | |
| prev () | |
| next () | |
| valid () | |
| count () | |
| clear () | |
| assign ($aArray) | |
| reverse () | |
| __get ($sName) | |
| getArray () | |
| init ($sObjectName, $sCoreTable=null) | |
| getBaseObject () | |
| selectString ($sSql) | |
| assignArray ($aData) | |
| setSqlLimit ($iStart, $iRecords) | |
| containsFieldValue ($oVal, $sFieldName) | |
| getList () | |
Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| __construct () | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
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 Member Functions inherited from oxList | |
| _assignElement ($oListObject, $aDbFields) | |
| _getFieldLongName ($sFieldName) | |
Protected Attributes | |
| $_aServiceKeys = array( 'oximpressum', 'oxagb', 'oxsecurityinfo', 'oxdeliveryinfo', 'oxrightofwithdrawal', 'oxorderinfo', 'oxcredits' ) | |
Protected Attributes inherited from oxList | |
| $_aArray = array() | |
| $_blRemovedActive = false | |
| $_sObjectsInListName = 'oxBase' | |
| $_sCoreTable = null | |
| $_sShopID = null | |
| $_aSqlLimit = array() | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
| static | $_oConfig = null |
| static | $_oSession = null |
| static | $_oRights = null |
| static | $_oActUser = null |
| static | $_blIsAdmin = null |
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 70 of file oxcontentlist.php.
|
protected |
Extract oxContentList object to associative array with oxloadid as keys.
Definition at line 151 of file oxcontentlist.php.
|
protected |
Creates SQL by type.
| $iType |
Definition at line 168 of file oxcontentlist.php.
|
protected |
Load category list data
| integer | $iType | - type of content |
Definition at line 128 of file oxcontentlist.php.
|
protected |
Get data from db
| integer | $iType | - type of content |
Definition at line 113 of file oxcontentlist.php.
| oxContentList::getServiceKeys | ( | ) |
| oxContentList::loadCatMenues | ( | ) |
Load Array of Menue items and change keys of aList to catid
Definition at line 86 of file oxcontentlist.php.
| oxContentList::loadMainMenulist | ( | ) |
Loads main menue entries and generates list with links
Definition at line 78 of file oxcontentlist.php.
| oxContentList::loadServices | ( | ) |
| oxContentList::setServiceKeys | ( | $aServiceKeys | ) |
|
protected |
Definition at line 43 of file oxcontentlist.php.
| const oxContentList::TYPE_CATEGORY_MENU = 2 |
Definition at line 29 of file oxcontentlist.php.
| const oxContentList::TYPE_INFORMATION_CONTENTS = 0 |
Definition at line 15 of file oxcontentlist.php.
| const oxContentList::TYPE_MAIN_MENU_LIST = 1 |
Definition at line 22 of file oxcontentlist.php.
| const oxContentList::TYPE_SERVICE_LIST = 3 |
Definition at line 36 of file oxcontentlist.php.