NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminEditResourceView Class Reference
[View]

Inherits AdminTemplatedView.

List of all members.


Public Member Functions

 AdminEditResourceView ($blogInfo)
 getResourceId ($resourceId)
 render ()

Public Attributes

 $_resourceId

Detailed Description

shows the view that allows to see more information of a resource

Definition at line 13 of file admineditresourceview.class.php.


Member Function Documentation

AdminEditResourceView.AdminEditResourceView ( blogInfo  ) 

AdminEditResourceView.getResourceId ( resourceId  ) 

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

AdminEditResourceView.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 29 of file admineditresourceview.class.php.

References AdminView.notifyEvent(), and View.setValue().


Member Data Documentation

AdminEditResourceView.$_resourceId

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