Inherited by AdminArticleTrackbacksListView.
Public Member Functions | |
| AdminArticleCommentsListView ($blogInfo, $params=Array(), $type=COMMENT_TYPE_COMMENT) | |
| render () | |
Public Attributes | |
| $_article | |
| $_commentStatus | |
| $_page | |
Private Member Functions | |
| _setParameters ($params) | |
Definition at line 15 of file adminarticlecommentslistview.class.php.
| AdminArticleCommentsListView._setParameters | ( | $ | params | ) | [private] |
Definition at line 41 of file adminarticlecommentslistview.class.php.
References $params, and ArticleCommentStatus.isValidStatus().
Referenced by AdminArticleCommentsListView().
| AdminArticleCommentsListView.AdminArticleCommentsListView | ( | $ | blogInfo, | |
| $ | params = Array(), |
|||
| $ | type = COMMENT_TYPE_COMMENT | |||
| ) |
Definition at line 21 of file adminarticlecommentslistview.class.php.
References $params, $type, _setParameters(), AdminTemplatedView.AdminTemplatedView(), View.getCurrentPageFromRequest(), Locales.getLocale(), and View.getValue().
Referenced by AdminArticleTrackbacksListView.AdminArticleTrackbacksListView().
| AdminArticleCommentsListView.render | ( | ) |
show the contents of the view
Reimplemented from AdminTemplatedView.
Definition at line 64 of file adminarticlecommentslistview.class.php.
References $articleId, ArticleCommentStatus.getStatusList(), AdminView.notifyEvent(), and View.setValue().
| AdminArticleCommentsListView.$_article |
Definition at line 17 of file adminarticlecommentslistview.class.php.
| AdminArticleCommentsListView.$_commentStatus |
Definition at line 18 of file adminarticlecommentslistview.class.php.
| AdminArticleCommentsListView.$_page |
Definition at line 19 of file adminarticlecommentslistview.class.php.