Public Member Functions | |
| AdminDeleteGlobalArticleCategoryAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_categoryId | |
| $_categoryIds | |
Private Member Functions | |
| _deleteGlobalArticleCategories () | |
Definition at line 19 of file admindeleteglobalarticlecategoryaction.class.php.
| AdminDeleteGlobalArticleCategoryAction.AdminDeleteGlobalArticleCategoryAction | ( | $ | 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 29 of file admindeleteglobalarticlecategoryaction.class.php.
References $request, _mode, AdminAction.AdminAction(), Action.registerFieldValidator(), AdminAction.requireAdminPermission(), and Action.setValidationErrorView().
| AdminDeleteGlobalArticleCategoryAction._deleteGlobalArticleCategories | ( | ) | [private] |
removes categories from the database
Definition at line 51 of file admindeleteglobalarticlecategoryaction.class.php.
References $categories, AdminAction.notifyEvent(), CacheControl.resetBlogCache(), and AdminAction.setCommonData().
Referenced by perform().
| AdminDeleteGlobalArticleCategoryAction.perform | ( | ) |
Carries out the specified action
Reimplemented from Action.
Definition at line 111 of file admindeleteglobalarticlecategoryaction.class.php.
References _deleteGlobalArticleCategories(), and _mode.
| AdminDeleteGlobalArticleCategoryAction.$_categoryId |
Definition at line 22 of file admindeleteglobalarticlecategoryaction.class.php.
| AdminDeleteGlobalArticleCategoryAction.$_categoryIds |
Definition at line 23 of file admindeleteglobalarticlecategoryaction.class.php.