Public Member Functions | |
| AdminDeleteTemplatesAction ($actionInfo, $request) | |
| perform () | |
| _deleteTemplates () | |
Public Attributes | |
| $_templateIds | |
| $_op | |
Definition at line 16 of file admindeletetemplatesaction.class.php.
| AdminDeleteTemplatesAction.AdminDeleteTemplatesAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Definition at line 22 of file admindeletetemplatesaction.class.php.
References $request, AdminAction.AdminAction(), Action.registerFieldValidator(), AdminAction.requireAdminPermission(), and Action.setValidationErrorView().
| AdminDeleteTemplatesAction.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 39 of file admindeletetemplatesaction.class.php.
References _deleteTemplates().
| AdminDeleteTemplatesAction._deleteTemplates | ( | ) |
Definition at line 53 of file admindeletetemplatesaction.class.php.
References AdminAction.setCommonData().
Referenced by perform().
| AdminDeleteTemplatesAction.$_templateIds |
Definition at line 19 of file admindeletetemplatesaction.class.php.
| AdminDeleteTemplatesAction.$_op |
Definition at line 20 of file admindeletetemplatesaction.class.php.