NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminEditPostView Class Reference
[View]

Inherits AdminNewPostView.

List of all members.


Public Member Functions

 AdminEditPostView ($blogInfo)
 setArticle ($article)
 render ()

Public Attributes

 $_article

Detailed Description

shows the view that will allow to edit an article

Definition at line 12 of file admineditpostview.class.php.


Member Function Documentation

AdminEditPostView.AdminEditPostView ( blogInfo  ) 

AdminEditPostView.setArticle ( article  ) 

passes an article to the view

Parameters:
article 
Returns:
nothing

Definition at line 31 of file admineditpostview.class.php.

References $article, and View.setValue().

AdminEditPostView.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 AdminNewPostView.

Definition at line 37 of file admineditpostview.class.php.

References View.setValue().


Member Data Documentation

AdminEditPostView.$_article

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