Public Member Functions | |
| AdminDeleteLocalesAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_op | |
| $_localeIds | |
Private Member Functions | |
| _deleteLocales () | |
Definition at line 13 of file admindeletelocalesaction.class.php.
| AdminDeleteLocalesAction.AdminDeleteLocalesAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Definition at line 18 of file admindeletelocalesaction.class.php.
References $request, Action.registerFieldValidator(), Action.setValidationErrorView(), and SiteAdminAction.SiteAdminAction().
| AdminDeleteLocalesAction.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 32 of file admindeletelocalesaction.class.php.
References _deleteLocales().
| AdminDeleteLocalesAction._deleteLocales | ( | ) | [private] |
Definition at line 50 of file admindeletelocalesaction.class.php.
References AdminAction.setCommonData().
Referenced by perform().
| AdminDeleteLocalesAction.$_op |
Definition at line 15 of file admindeletelocalesaction.class.php.
| AdminDeleteLocalesAction.$_localeIds |
Definition at line 16 of file admindeletelocalesaction.class.php.