Public Member Functions | |
| AdminLoginView () | |
| render () | |
Definition at line 16 of file adminloginview.class.php.
| AdminLoginView.AdminLoginView | ( | ) |
This initializes the class, but normally we'll only have to initialize the parent
It gets the BlogSettings object since we need to know a few things about the blog we're rendering before doing this.
Definition at line 25 of file adminloginview.class.php.
References View.View().
| AdminLoginView.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 35 of file adminloginview.class.php.
References $config, Config.getConfig(), Locales.getLocale(), View.getValue(), print, and View.setValue().