NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminLinksListview Class Reference
[View]

Inherits AdminTemplatedView.

List of all members.


Public Member Functions

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

Public Attributes

 $_page

Detailed Description

Shows a list with all the links in the site, also filtering by category

Definition at line 14 of file adminlinkslistview.class.php.


Member Function Documentation

AdminLinksListview.AdminLinksListview ( 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 22 of file adminlinkslistview.class.php.

References $blogInfo, $params, AdminTemplatedView.AdminTemplatedView(), View.getCurrentPageFromRequest(), and View.setValue().

AdminLinksListview.render (  ) 

Carries out the specified action

Reimplemented from AdminTemplatedView.

Definition at line 38 of file adminlinkslistview.class.php.

References $pager, View.getValue(), AdminView.notifyEvent(), and View.setValue().


Member Data Documentation

AdminLinksListview.$_page

Definition at line 16 of file adminlinkslistview.class.php.