NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminEditBlogAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminEditBlogAction ($actionInfo, $request)
 perform ()

Public Attributes

 $_editBlogId

Detailed Description

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

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


Member Function Documentation

AdminEditBlogAction.AdminEditBlogAction ( 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 24 of file admineditblogaction.class.php.

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

AdminEditBlogAction.perform (  ) 

Carries out the specified action

Reimplemented from Action.

Definition at line 40 of file admineditblogaction.class.php.

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


Member Data Documentation

AdminEditBlogAction.$_editBlogId

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