Public Member Functions | |
| AdminDeletePermissionsAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_permId | |
| $_permIds | |
Private Member Functions | |
| _deletePermissions () | |
Definition at line 15 of file admindeletepermissionsaction.class.php.
| AdminDeletePermissionsAction.AdminDeletePermissionsAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Constructor. If nothing else, it also has to call the constructor of the parent class, BlogAction with the same parameters
Definition at line 25 of file admindeletepermissionsaction.class.php.
References $request, _mode, AdminAction.AdminAction(), Action.registerFieldValidator(), AdminAction.requireAdminPermission(), and Action.setValidationErrorView().
| AdminDeletePermissionsAction._deletePermissions | ( | ) | [private] |
Definition at line 45 of file admindeletepermissionsaction.class.php.
References $numUsers, AdminAction.notifyEvent(), CacheControl.resetBlogCache(), and AdminAction.setCommonData().
Referenced by perform().
| AdminDeletePermissionsAction.perform | ( | ) |
Carries out the specified action
Reimplemented from Action.
Definition at line 105 of file admindeletepermissionsaction.class.php.
References _deletePermissions(), and _mode.
| AdminDeletePermissionsAction.$_permId |
Definition at line 18 of file admindeletepermissionsaction.class.php.
| AdminDeletePermissionsAction.$_permIds |
Definition at line 19 of file admindeletepermissionsaction.class.php.