3 * Hooks for T119942Repr extension
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 ) );