Public Member Functions | |
execute () | |
Template filter callback for MonoBook skin. | |
searchBox () | |
toolbox () | |
languageBox () | |
customBox ($bar, $cont) | |
Public Attributes | |
$skin |
Definition at line 56 of file MonoBook.php.
MonoBookTemplate::customBox | ( | $ | bar, | |
$ | cont | |||
) |
Definition at line 353 of file MonoBook.php.
References $key, $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 66 of file MonoBook.php.
References $action, $key, $ns, $skin, $wgRequest, customBox(), Sanitizer::escapeId(), QuickTemplate::html(), languageBox(), Skin::makeGlobalVariablesScript(), QuickTemplate::msg(), output(), print, searchBox(), QuickTemplate::text(), toolbox(), wfRestoreWarnings(), wfSuppressWarnings(), and xml.
MonoBookTemplate::languageBox | ( | ) |
Definition at line 334 of file MonoBook.php.
References QuickTemplate::msg().
Referenced by execute().
MonoBookTemplate::searchBox | ( | ) |
Definition at line 251 of file MonoBook.php.
References $wgUseTwoButtonsSearchForm, and QuickTemplate::msg().
Referenced by execute().
MonoBookTemplate::toolbox | ( | ) |
Definition at line 274 of file MonoBook.php.
References $key, QuickTemplate::msg(), and wfRunHooks().
Referenced by execute().
MonoBookTemplate::$skin |