Public Member Functions | |
| AdminAddGlobalArticleCategoryAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_categoryName | |
| $_categoryDescription | |
Definition at line 20 of file adminaddglobalarticlecategoryaction.class.php.
| AdminAddGlobalArticleCategoryAction.AdminAddGlobalArticleCategoryAction | ( | $ | actionInfo, | |
| $ | request | |||
| ) |
Constructor. If nothing else, it also has to call the constructor of the parent class, BlogAction with the same parameters
Definition at line 30 of file adminaddglobalarticlecategoryaction.class.php.
References $request, Action.registerFieldValidator(), Action.setValidationErrorView(), and SiteAdminAction.SiteAdminAction().
| AdminAddGlobalArticleCategoryAction.perform | ( | ) |
Carries out the specified action
Reimplemented from Action.
Definition at line 46 of file adminaddglobalarticlecategoryaction.class.php.
References $categories, AdminAction.notifyEvent(), and AdminAction.setCommonData().
| AdminAddGlobalArticleCategoryAction.$_categoryDescription |
Definition at line 24 of file adminaddglobalarticlecategoryaction.class.php.
| AdminAddGlobalArticleCategoryAction.$_categoryName |
Definition at line 23 of file adminaddglobalarticlecategoryaction.class.php.