Public Member Functions | |
| AdminDeleteBlogUserPermissionsAction ($actionInfo, $request) | |
| perform () | |
| _revokePermissions () | |
Public Attributes | |
| $_userIds | |
| $_op | |
Definition at line 17 of file admindeletebloguserpermissionsaction.class.php.
| AdminDeleteBlogUserPermissionsAction.AdminDeleteBlogUserPermissionsAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Definition at line 23 of file admindeletebloguserpermissionsaction.class.php.
References $request, AdminAction.AdminAction(), Action.registerFieldValidator(), and Action.setValidationErrorView().
| AdminDeleteBlogUserPermissionsAction.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.
Reimplemented from Action.
Definition at line 37 of file admindeletebloguserpermissionsaction.class.php.
References _revokePermissions().
| AdminDeleteBlogUserPermissionsAction._revokePermissions | ( | ) |
Definition at line 51 of file admindeletebloguserpermissionsaction.class.php.
References $users, and AdminAction.setCommonData().
Referenced by perform().
| AdminDeleteBlogUserPermissionsAction.$_userIds |
Definition at line 20 of file admindeletebloguserpermissionsaction.class.php.
| AdminDeleteBlogUserPermissionsAction.$_op |
Definition at line 21 of file admindeletebloguserpermissionsaction.class.php.