Public Member Functions | |
| AdminDeleteArticleCategoryAction ($actionInfo, $request) | |
| perform () | |
Public Attributes | |
| $_categoryId | |
| $_categoryIds | |
Private Member Functions | |
| _deleteArticleCategories () | |
Definition at line 16 of file admindeletearticlecategoryaction.class.php.
| AdminDeleteArticleCategoryAction.AdminDeleteArticleCategoryAction | ( | $ | 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 26 of file admindeletearticlecategoryaction.class.php.
References $request, _mode, AdminAction.AdminAction(), Action.registerFieldValidator(), and Action.setValidationErrorView().
| AdminDeleteArticleCategoryAction._deleteArticleCategories | ( | ) | [private] |
removes categories from the database
Definition at line 46 of file admindeletearticlecategoryaction.class.php.
References $category, false, AdminAction.notifyEvent(), CacheControl.resetBlogCache(), and AdminAction.setCommonData().
Referenced by perform().
| AdminDeleteArticleCategoryAction.perform | ( | ) |
Carries out the specified action
Reimplemented from Action.
Definition at line 108 of file admindeletearticlecategoryaction.class.php.
References _deleteArticleCategories(), and _mode.
| AdminDeleteArticleCategoryAction.$_categoryId |
Definition at line 19 of file admindeletearticlecategoryaction.class.php.
| AdminDeleteArticleCategoryAction.$_categoryIds |
Definition at line 20 of file admindeletearticlecategoryaction.class.php.