NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminAddLinkCategoryAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminAddLinkCategoryAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_linkCategoryName
 $_properties

Detailed Description

Action that takes care of adding a new link category

Definition at line 15 of file adminaddlinkcategoryaction.class.php.


Member Function Documentation

AdminAddLinkCategoryAction.AdminAddLinkCategoryAction ( 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 25 of file adminaddlinkcategoryaction.class.php.

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

AdminAddLinkCategoryAction.perform (  ) 

Carries out the specified action

Reimplemented from Action.

Definition at line 38 of file adminaddlinkcategoryaction.class.php.

References CacheControl.resetBlogCache(), and AdminAction.setCommonData().


Member Data Documentation

AdminAddLinkCategoryAction.$_linkCategoryName

Definition at line 18 of file adminaddlinkcategoryaction.class.php.

AdminAddLinkCategoryAction.$_properties

Definition at line 19 of file adminaddlinkcategoryaction.class.php.