MediaWiki REL1_31
SkinFallback.php
Go to the documentation of this file.
1<?php
15
16 public $skinname = 'fallback';
17 public $template = SkinFallbackTemplate::class;
18
24 public function setupSkinUserCss( OutputPage $out ) {
25 parent::setupSkinUserCss( $out );
26 $out->addModuleStyles( 'mediawiki.skinning.interface' );
27 }
28
32 public function initPage( OutputPage $out ) {
33 parent::initPage( $out );
34 $out->enableClientCache( false );
35 }
36}
This class should be covered by a general architecture document which does not exist as of January 20...
SkinTemplate class for the fallback skin.
initPage(OutputPage $out)
setupSkinUserCss(OutputPage $out)
Add CSS via ResourceLoader.
Base class for template-based skins.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out
Definition hooks.txt:864