Public Member Functions | |
| AdminDeleteBlogTemplateAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_templateIds | |
Private Member Functions | |
| _deleteTemplates () | |
Definition at line 15 of file admindeleteblogtemplateaction.class.php.
| AdminDeleteBlogTemplateAction._deleteTemplates | ( | ) | [private] |
Carries out the specified action
Definition at line 51 of file admindeleteblogtemplateaction.class.php.
References $blogs, AdminAction.saveSession(), and AdminAction.setCommonData().
Referenced by perform().
| AdminDeleteBlogTemplateAction.AdminDeleteBlogTemplateAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Definition at line 20 of file admindeleteblogtemplateaction.class.php.
References $request, BlogOwnerAdminAction.BlogOwnerAdminAction(), Action.registerFieldValidator(), and Action.setValidationErrorView().
| AdminDeleteBlogTemplateAction.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 34 of file admindeleteblogtemplateaction.class.php.
References _deleteTemplates().
| AdminDeleteBlogTemplateAction.$_templateIds |
Definition at line 18 of file admindeleteblogtemplateaction.class.php.