Public Member Functions | |
| AdminGlobalSettingsListView ($blogInfo, $section="all") | |
| render () | |
Public Attributes | |
| $_section | |
Definition at line 13 of file adminglobalsettingslistview.class.php.
| AdminGlobalSettingsListView.AdminGlobalSettingsListView | ( | $ | blogInfo, | |
| $ | section = "all" | |||
| ) |
Definition at line 19 of file adminglobalsettingslistview.class.php.
References $blogInfo, and AdminTemplatedView.AdminTemplatedView().
| AdminGlobalSettingsListView.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 AdminTemplatedView.
Definition at line 31 of file adminglobalsettingslistview.class.php.
References $config, Config.getConfig(), and View.setValue().
| AdminGlobalSettingsListView.$_section |
Definition at line 15 of file adminglobalsettingslistview.class.php.