PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
userActions Class Reference
Inheritance diagram for userActions:
PHPDS_dependant

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)

Detailed Description

Create your own plugin with these methods to catch user action data.

Author:
Jason Schoeman

Member Function Documentation

pendingUserApproved ( userArray)

When user is approved from pending list, this method gets called.

Parameters:
array$userArray
pendingUserBanned ( userArray)

When user is banned from pending list, this method gets called.

Parameters:
array$userArray
pendingUserDeleted ( userArray)

When user is banned from pending list, this method gets called.

Parameters:
array$userArray
pendingUserMassAction ( usersArray,
action_type 
)

When a mass action is called on pending users this method is called.

Parameters:
array$usersArray
arraydu = 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.

Parameters:
array$userArray
userChangedPassword ( userArray)

User may change his own password, you might need this information.

Parameters:
array$use
userDelete ( userArray)

On successful delete the deleted users information will be contained in $userArray.

Parameters:
array$userArray
userEditPreferences ( userArray)

User edits his preferences, users information will be contained in $userArray.

Parameters:
array$userArray
userMultipleUpdate ( userArray)

When viewing user list, updating the whole lists gets send here.

Parameters:
array$userArray
userRegister ( userArray)

On successful register, users information will be contained in $userArray.

Parameters:
array$userArray
userRegisterVerified ( userArray)

On successful self verification, users information will be contained in $userArray.

Parameters:
array$userid
usersImportAction ( usersArray)

When users are imported, this method is called

Parameters:
array$usersArray
userUpdate ( userArray)

On successful updating a users information will be contained in $userArray.

Parameters:
array$userArray

The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations