Be compatible with MW < 1.25
[T119942Repr.git] / T119942Repr.hooks.php
blob50a62924e73253e63139a6fd109c859e2cfe0b6c
1 <?php
2 /**
3 * Hooks for T119942Repr extension
5 * @file
6 * @ingroup Extensions
7 */
9 class T119942ReprHooks {
11 public static function onSkinAfterContent( &$data, Skin $skin ) {
12 wfDebugLog( __METHOD__, "SkinAfter hook called" );
13 if ( $skin->canUseWikiPage() ) {
14 $wikiPage = $skin->getWikiPage();
15 wfDebugLog( __METHOD__, '$wikiPage->exists()? ' . var_export( $wikiPage->exists(), true ) );