NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminEditSiteUserView Class Reference
[View]

Inherits AdminTemplatedView.

List of all members.


Public Member Functions

 AdminEditSiteUserView ($blogInfo, $userInfo=null)
 render ()

Public Attributes

 $_user

Detailed Description

shows the view to edit a user

Definition at line 14 of file admineditsiteuserview.class.php.


Member Function Documentation

AdminEditSiteUserView.AdminEditSiteUserView ( blogInfo,
userInfo = null 
)

AdminEditSiteUserView.render (  ) 

Renders the view. It simply gets all the parameters we've been adding to it and puts them in the context of the template renderer so that they can be accessed as normal parameters from within the template

Reimplemented from AdminTemplatedView.

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

References $users, UserStatus.getStatusList(), AdminView.notifyEvent(), and View.setValue().


Member Data Documentation

AdminEditSiteUserView.$_user

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