Public Member Functions | |
__construct ($sObjectsInListName= 'oxcontent') | |
loadMainMenulist () | |
loadCatMenues () | |
Protected Member Functions | |
_loadMenue ($iType, $sSQLAdd=null) |
Content list manager. Collects list of content
Definition at line 7 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 16 of file oxcontentlist.php.
oxContentList._loadMenue | ( | $ | iType, | |
$ | sSQLAdd = null | |||
) | [protected] |
Builds and executes the sql string
int | $iType oxtype | |
string | $sSQLAdd assitional sql |
Definition at line 63 of file oxcontentlist.php.
oxContentList.loadCatMenues | ( | ) |
Load Array of Menue items and change keys of aList to catid
Definition at line 36 of file oxcontentlist.php.
oxContentList.loadMainMenulist | ( | ) |
Loads main menue entries and generates list with links
Definition at line 26 of file oxcontentlist.php.