Public Member Functions | |
render () | |
Protected Member Functions | |
_prepareWhereQuery ($aWhere, $sqlFull) | |
Protected Attributes | |
$_sListClass = 'oxcontent' | |
$_sListType = 'oxcontentlist' |
Admin Contents manager. Collects Content base information (Description), there is ability to filter them by Description or delete them. Admin Menu: Customerinformations -> Content.
Definition at line 9 of file content_list.php.
Content_List._prepareWhereQuery | ( | $ | aWhere, | |
$ | sqlFull | |||
) | [protected] |
Adding folder check and empty folder field check
array | $aWhere SQL condition array | |
string | $sqlFull SQL query string |
Reimplemented from oxAdminList.
Definition at line 51 of file content_list.php.
Content_List.render | ( | ) |
Executes parent method parent.render() and returns name of template file "Content_list.tpl".
Reimplemented from oxAdminList.
Definition at line 31 of file content_list.php.
Content_List.$_sListClass = 'oxcontent' [protected] |
Reimplemented from oxAdminList.
Definition at line 16 of file content_list.php.
Content_List.$_sListType = 'oxcontentlist' [protected] |
Reimplemented from oxAdminList.
Definition at line 23 of file content_list.php.