NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminDeleteUsersAction Class Reference
[Action]

Inherits SiteAdminAction.

List of all members.


Public Member Functions

 AdminDeleteUsersAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_userIds
 $_op

Private Member Functions

 _disableUsers ()

Detailed Description

disables users from the site (it doesn not actually remove them!!)

Definition at line 15 of file admindeleteusersaction.class.php.


Member Function Documentation

AdminDeleteUsersAction.AdminDeleteUsersAction ( actionInfo,
request 
)

AdminDeleteUsersAction.perform (  ) 

Receives the HTTP request from the client as parameter, so that we can extract the parameters and perform our business logic.

The result of this will be a view, which will normally be the output of the processing we just did or for example an error view showing an error message. Once we have completed processing, the controller will call the getView() method to get the resulting view and send it back to the customer.

Returns:
Returns nothing

Reimplemented from Action.

Definition at line 36 of file admindeleteusersaction.class.php.

References _disableUsers().

AdminDeleteUsersAction._disableUsers (  )  [private]


Member Data Documentation

AdminDeleteUsersAction.$_userIds

Definition at line 18 of file admindeleteusersaction.class.php.

AdminDeleteUsersAction.$_op

Definition at line 19 of file admindeleteusersaction.class.php.