NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminBlogCategoriesListView Class Reference
[View]

Inherits AdminTemplatedView.

List of all members.


Public Member Functions

 AdminBlogCategoriesListView ($blogInfo, $params=Array())
 render ()

Public Attributes

 $_page

Detailed Description

Action that shows a form to add a link for the blogroll feature

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


Member Function Documentation

AdminBlogCategoriesListView.AdminBlogCategoriesListView ( blogInfo,
params = Array() 
)

Constructor. If nothing else, it also has to call the constructor of the parent class, BlogAction with the same parameters

Definition at line 21 of file adminblogcategorieslistview.class.php.

References $params, and AdminTemplatedView.AdminTemplatedView().

AdminBlogCategoriesListView.render (  ) 

Carries out the specified action

Reimplemented from AdminTemplatedView.

Definition at line 34 of file adminblogcategorieslistview.class.php.

References $categories, View.getCurrentPageFromRequest(), AdminView.notifyEvent(), and View.setValue().


Member Data Documentation

AdminBlogCategoriesListView.$_page

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