Public Member Functions | |
init () | |
deleteEntry () | |
_prepareWhereQuery ($aWhere, $sQueryFull) | |
Protected Attributes | |
$_sListClass = 'oxuser' | |
$_sDefSortField = "oxusername" | |
$_sListType = 'oxuserlist' | |
$_sThisTemplate = 'user_list.tpl' |
Admin user list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: User Administration -> Users.
Definition at line 8 of file user_list.php.
User_List._prepareWhereQuery | ( | $ | aWhere, | |
$ | sQueryFull | |||
) |
Prepares SQL where query according SQL condition array and attaches it to SQL end. For each search value if german umlauts exist, adds them and replaced by spec. char to query
array | $aWhere SQL condition array | |
string | $sQueryFull SQL query string |
Reimplemented from oxAdminList.
Definition at line 81 of file user_list.php.
User_List.deleteEntry | ( | ) |
Admin user is allowed to be deleted only by mall admin
Reimplemented from oxAdminList.
Definition at line 64 of file user_list.php.
User_List.init | ( | ) |
Sets SQL query parameters (such as sorting), executes parent method parent.Init().
Reimplemented from oxAdminView.
Reimplemented in List_User.
Definition at line 43 of file user_list.php.
User_List.$_sDefSortField = "oxusername" [protected] |
Reimplemented from oxAdminList.
Definition at line 22 of file user_list.php.
User_List.$_sListClass = 'oxuser' [protected] |
Reimplemented from oxAdminList.
Definition at line 15 of file user_list.php.
User_List.$_sListType = 'oxuserlist' [protected] |
Reimplemented from oxAdminList.
Definition at line 29 of file user_list.php.
User_List.$_sThisTemplate = 'user_list.tpl' [protected] |
Reimplemented from oxAdminView.
Definition at line 35 of file user_list.php.