NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminEditLinkAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminEditLinkAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_linkId

Detailed Description

Action that shows a form to change the settings of the link

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


Member Function Documentation

AdminEditLinkAction.AdminEditLinkAction ( 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 23 of file admineditlinkaction.class.php.

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

AdminEditLinkAction.perform (  ) 

Carries out the specified action

Reimplemented from Action.

Definition at line 42 of file admineditlinkaction.class.php.

References AdminAction.notifyEvent(), and AdminAction.setCommonData().


Member Data Documentation

AdminEditLinkAction.$_linkId

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