Public Member Functions | |
__construct () | |
__destruct () | |
showUserTableTitle () | |
showUserTable () | |
showEditUserTitle () | |
showEditUser () | |
editUser () | |
deleteUser ($sUserID) | |
deleteUsers ($pUserIDs) | |
resetDB ($pUserIDs) |
admin::__construct | ( | ) |
Constructor
admin::__destruct | ( | ) |
Destructor
admin::showUserTableTitle | ( | ) |
Returns the HTML code for the buttons which are needed for user administration.
admin::showUserTable | ( | ) |
Returns the HTML code to show the user information.
admin::showEditUserTitle | ( | ) |
Returns the HTML code for title of the edit user site.
admin::showEditUser | ( | ) |
Returns the HTML code for the edit user form.
admin::editUser | ( | ) |
Changes the user information.
admin::deleteUser | ( | $ | sUserID | ) |
Deletes the specified user.
$sUserID | ID (not e-mail) of the user to delete. |
admin::deleteUsers | ( | $ | pUserIDs | ) |
Deletes the specified users.
$pUserIDs | Array with IDs (not e-mail) of the users to delete. |
admin::resetDB | ( | $ | pUserIDs | ) |
Resets the database of the specified users.
$pUserIDs | Array of the IDs of the users of those the database has to be reset. |