NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminDefaultView Class Reference
[View]

Inherits View.

List of all members.


Public Member Functions

 AdminDefaultView ()
 render ()

Detailed Description

Default view

Definition at line 23 of file admindefaultview.class.php.


Member Function Documentation

AdminDefaultView.AdminDefaultView (  ) 

This initializes the class, but normally we'll only have to initialize the parent

Definition at line 29 of file admindefaultview.class.php.

References View.View().

AdminDefaultView.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 View.

Definition at line 39 of file admindefaultview.class.php.

References $config, Config.getConfig(), Locales.getLocale(), View.getValue(), View.setCharset(), and View.setValue().