Public Member Functions | |
execute () | |
Template filter callback for MonoBook skin. | |
searchBox () | |
toolbox () | |
languageBox () | |
customBox ($bar, $cont) | |
Public Attributes | |
$skin |
Definition at line 52 of file MonoBook.php.
MonoBookTemplate::customBox | ( | $ | bar, | |
$ | cont | |||
) |
Definition at line 322 of file MonoBook.php.
References $out, print, wfEmptyMsg(), and wfMsg().
Referenced by execute().
MonoBookTemplate::execute | ( | ) |
Template filter callback for MonoBook skin.
Takes an associative array of data set from a SkinTemplate-based class, and a wrapper for MediaWiki's localization database, and outputs a formatted page.
Reimplemented from QuickTemplate.
Definition at line 62 of file MonoBook.php.
References $action, $skin, $wgRequest, customBox(), Sanitizer::escapeId(), QuickTemplate::html(), languageBox(), QuickTemplate::msg(), searchBox(), QuickTemplate::text(), toolbox(), wfRestoreWarnings(), and wfSuppressWarnings().
MonoBookTemplate::languageBox | ( | ) |
Definition at line 303 of file MonoBook.php.
References QuickTemplate::html(), and QuickTemplate::msg().
Referenced by execute().
MonoBookTemplate::searchBox | ( | ) |
Definition at line 214 of file MonoBook.php.
References $wgUseTwoButtonsSearchForm, Html::input(), and QuickTemplate::msg().
Referenced by execute().
MonoBookTemplate::toolbox | ( | ) |
Definition at line 243 of file MonoBook.php.
References QuickTemplate::msg(), and wfRunHooks().
Referenced by execute().
MonoBookTemplate::$skin |