Public Member Functions | |
| ActiveAccountAction ($actionInfo, $httpRequest) | |
| perform () | |
Public Attributes | |
| $username | |
| $activeCode | |
Definition at line 10 of file activeaccountaction.class.php.
| ActiveAccountAction.ActiveAccountAction | ( | $ | actionInfo, | |
| $ | httpRequest | |||
| ) |
Definition at line 16 of file activeaccountaction.class.php.
References Action.registerFieldValidator(), and SummaryAction.SummaryAction().
| ActiveAccountAction.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 24 of file activeaccountaction.class.php.
References $activeCode, $blog, $blogs, $users, and SummaryAction.setCommonData().
| ActiveAccountAction.$activeCode |
| ActiveAccountAction.$username |
Definition at line 13 of file activeaccountaction.class.php.