NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminAddBlogUserAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminAddBlogUserAction ($actionInfo, $request)
 sendNotificationEmail (&$userInfo)
 perform ()

Public Attributes

 $_sendNotification
 $_notificationText
 $_newUsername
 $_permissions

Detailed Description

Adds a user to the blog

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


Member Function Documentation

AdminAddBlogUserAction.AdminAddBlogUserAction ( actionInfo,
request 
)

AdminAddBlogUserAction.sendNotificationEmail ( &$  userInfo  ) 

Definition at line 49 of file adminaddbloguseraction.class.php.

References $message.

Referenced by perform().

AdminAddBlogUserAction.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 68 of file adminaddbloguseraction.class.php.

References $users, AdminAction.notifyEvent(), sendNotificationEmail(), AdminAction.setCommonData(), and AdminAction.userHasPermission().


Member Data Documentation

AdminAddBlogUserAction.$_sendNotification

Definition at line 23 of file adminaddbloguseraction.class.php.

AdminAddBlogUserAction.$_notificationText

Definition at line 24 of file adminaddbloguseraction.class.php.

AdminAddBlogUserAction.$_newUsername

Definition at line 25 of file adminaddbloguseraction.class.php.

AdminAddBlogUserAction.$_permissions

Reimplemented from AdminAction.

Definition at line 26 of file adminaddbloguseraction.class.php.