Definition at line 8 of file user_list.php.
Public Member Functions | |
init () | |
deleteEntry () | |
_prepareWhereQuery ($aWhere, $sqlFull) | |
Protected Attributes | |
$_sListClass = 'oxuser' | |
$_sDefSort = "oxuser.oxusername" | |
$_sListType = 'oxuserlist' | |
$_sThisTemplate = 'user_list.tpl' |
User_List.init | ( | ) |
Sets SQL query parameters (such as sorting), executes parent method parent.Init().
Reimplemented from oxAdminList.
Reimplemented in List_User.
Definition at line 43 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 66 of file user_list.php.
User_List._prepareWhereQuery | ( | $ | aWhere, | |
$ | sqlFull | |||
) |
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 | $sqlFull SQL query string |
Reimplemented from oxAdminList.
Definition at line 85 of file user_list.php.
User_List.$_sListClass = 'oxuser' [protected] |
User_List.$_sDefSort = "oxuser.oxusername" [protected] |
User_List.$_sListType = 'oxuserlist' [protected] |
User_List.$_sThisTemplate = 'user_list.tpl' [protected] |