NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminDeleteLinkAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminDeleteLinkAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_linkIds
 $_op

Private Member Functions

 _deleteLinks ()

Detailed Description

Action that shows a form to change the settings of the current blog.

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


Member Function Documentation

AdminDeleteLinkAction._deleteLinks (  )  [private]

Carries out the specified action

Definition at line 61 of file admindeletelinkaction.class.php.

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

Referenced by perform().

AdminDeleteLinkAction.AdminDeleteLinkAction ( 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 admindeletelinkaction.class.php.

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

AdminDeleteLinkAction.perform (  ) 

Receives the HTTP request from the client as parameter, so that we can extract the parameters and perform our business logic.

The result of this will be a view, which will normally be the output of the processing we just did or for example an error view showing an error message. Once we have completed processing, the controller will call the getView() method to get the resulting view and send it back to the customer.

Returns:
Returns nothing

Reimplemented from Action.

Definition at line 44 of file admindeletelinkaction.class.php.

References _deleteLinks().


Member Data Documentation

AdminDeleteLinkAction.$_linkIds

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

AdminDeleteLinkAction.$_op

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