Public Member Functions | |
| AdminEditPostView ($blogInfo) | |
| setArticle ($article) | |
| render () | |
Public Attributes | |
| $_article | |
Definition at line 12 of file admineditpostview.class.php.
| AdminEditPostView.AdminEditPostView | ( | $ | blogInfo | ) |
Definition at line 17 of file admineditpostview.class.php.
References $blogInfo, and AdminTemplatedView.AdminTemplatedView().
| AdminEditPostView.setArticle | ( | $ | article | ) |
passes an article to the view
| article |
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().
| AdminEditPostView.$_article |
Definition at line 15 of file admineditpostview.class.php.