NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminAddArticleCategoryAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminAddArticleCategoryAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_categoryName
 $_categoryUrl
 $_properties
 $_categoryDescription

Detailed Description

Action that adds a new article category to the database.

Definition at line 17 of file adminaddarticlecategoryaction.class.php.


Member Function Documentation

AdminAddArticleCategoryAction.AdminAddArticleCategoryAction ( 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 adminaddarticlecategoryaction.class.php.

References $request, AdminAction.AdminAction(), Action.registerFieldValidator(), and Action.setValidationErrorView().

AdminAddArticleCategoryAction.perform (  ) 

Carries out the specified action

Reimplemented from Action.

Definition at line 47 of file adminaddarticlecategoryaction.class.php.

References $categories, AdminAction.notifyEvent(), CacheControl.resetBlogCache(), and AdminAction.setCommonData().


Member Data Documentation

AdminAddArticleCategoryAction.$_categoryDescription

Definition at line 23 of file adminaddarticlecategoryaction.class.php.

AdminAddArticleCategoryAction.$_categoryName

Definition at line 20 of file adminaddarticlecategoryaction.class.php.

AdminAddArticleCategoryAction.$_categoryUrl

Definition at line 21 of file adminaddarticlecategoryaction.class.php.

AdminAddArticleCategoryAction.$_properties

Definition at line 22 of file adminaddarticlecategoryaction.class.php.