NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminDeleteBlogAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminDeleteBlogAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_op
 $_blogIds

Private Member Functions

 _disableBlogs ()

Detailed Description

it does not delete blogs from the system but simply set them to disabled

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


Member Function Documentation

AdminDeleteBlogAction.AdminDeleteBlogAction ( actionInfo,
request 
)

AdminDeleteBlogAction.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 37 of file admindeleteblogaction.class.php.

References _disableBlogs().

AdminDeleteBlogAction._disableBlogs (  )  [private]


Member Data Documentation

AdminDeleteBlogAction.$_op

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

AdminDeleteBlogAction.$_blogIds

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