MediaWiki REL1_37
SkinEditSectionLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Language;
6use Skin;
7use Title;
8
38 public function onSkinEditSectionLinks( $skin, $title, $section, $tooltip,
39 &$result, $lang
40 );
41}
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition Language.php:42
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:44
Represents a title within MediaWiki.
Definition Title.php:48
This is a hook handler interface, see docs/Hooks.md.
onSkinEditSectionLinks( $skin, $title, $section, $tooltip, &$result, $lang)
Use this hook to modify section edit links.
if(!isset( $args[0])) $lang