![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| userDelete ($userArray) | |
| userAdd ($userArray) | |
| userUpdate ($userArray) | |
| userEditPreferences ($userArray) | |
| userRegister ($userArray) | |
| userRegisterVerified ($userArray) | |
| userChangedPassword ($userArray) | |
| userMultipleUpdate ($userArray) | |
| pendingUserApproved ($userArray) | |
| pendingUserBanned ($userArray) | |
| pendingUserDeleted ($userArray) | |
| pendingUserMassAction ($usersArray, $action_type) | |
| usersImportAction ($usersArray) | |
Create your own plugin with these methods to catch user action data.
| pendingUserApproved | ( | $ | userArray | ) |
When user is approved from pending list, this method gets called.
| array | $userArray |
| pendingUserBanned | ( | $ | userArray | ) |
When user is banned from pending list, this method gets called.
| array | $userArray |
| pendingUserDeleted | ( | $ | userArray | ) |
When user is banned from pending list, this method gets called.
| array | $userArray |
| pendingUserMassAction | ( | $ | usersArray, |
| $ | action_type | ||
| ) |
When a mass action is called on pending users this method is called.
| array | $usersArray | |
| array | du = Delete Users, bu = Ban Users, au = Approve Users, aue = Approve Users and Mail |
| userAdd | ( | $ | userArray | ) |
On successful adding a users information will be contained in $userArray.
| array | $userArray |
| userChangedPassword | ( | $ | userArray | ) |
User may change his own password, you might need this information.
| array | $use |
| userDelete | ( | $ | userArray | ) |
On successful delete the deleted users information will be contained in $userArray.
| array | $userArray |
| userEditPreferences | ( | $ | userArray | ) |
User edits his preferences, users information will be contained in $userArray.
| array | $userArray |
| userMultipleUpdate | ( | $ | userArray | ) |
When viewing user list, updating the whole lists gets send here.
| array | $userArray |
| userRegister | ( | $ | userArray | ) |
On successful register, users information will be contained in $userArray.
| array | $userArray |
| userRegisterVerified | ( | $ | userArray | ) |
On successful self verification, users information will be contained in $userArray.
| array | $userid |
| usersImportAction | ( | $ | usersArray | ) |
When users are imported, this method is called
| array | $usersArray |
| userUpdate | ( | $ | userArray | ) |
On successful updating a users information will be contained in $userArray.
| array | $userArray |