Public Member Functions | |
| AdminAddBlogAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_blogName | |
| $_ownerId | |
| $_blogProperties | |
Definition at line 19 of file adminaddblogaction.class.php.
| AdminAddBlogAction.AdminAddBlogAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Definition at line 26 of file adminaddblogaction.class.php.
References $request, Subdomains.getSubdomainsEnabled(), Action.registerField(), Action.registerFieldValidator(), Action.setValidationErrorView(), and SiteAdminAction.SiteAdminAction().
| AdminAddBlogAction.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 43 of file adminaddblogaction.class.php.
References $articles, $blog, $blogs, $catId, $config, $users, Config.getConfig(), Locales.getLocale(), Subdomains.getSubdomainsEnabled(), getValue(), Subdomains.isDomainAvailable(), Subdomains.isValidDomainName(), AdminAction.notifyEvent(), and AdminAction.setCommonData().
| AdminAddBlogAction.$_blogName |
Definition at line 22 of file adminaddblogaction.class.php.
| AdminAddBlogAction.$_blogProperties |
Definition at line 24 of file adminaddblogaction.class.php.
| AdminAddBlogAction.$_ownerId |
Definition at line 23 of file adminaddblogaction.class.php.