NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminChangeBlogStatusAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminChangeBlogStatusAction ($actionInfo, $request)
 _changeBlogsStatus ()
 perform ()

Public Attributes

 $_blogIds
 $_blogStatus

Detailed Description

Implements bulk changes of blogs

Definition at line 16 of file adminchangeblogstatusaction.class.php.


Member Function Documentation

AdminChangeBlogStatusAction.AdminChangeBlogStatusAction ( 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 26 of file adminchangeblogstatusaction.class.php.

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

AdminChangeBlogStatusAction._changeBlogsStatus (  ) 

AdminChangeBlogStatusAction.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 93 of file adminchangeblogstatusaction.class.php.

References _changeBlogsStatus().


Member Data Documentation

AdminChangeBlogStatusAction.$_blogIds

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

AdminChangeBlogStatusAction.$_blogStatus

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