MediaWiki REL1_39
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, $sectionTitle,
39 &$result, $lang
40 );
41}
Base class for language-specific code.
Definition Language.php:53
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:48
Represents a title within MediaWiki.
Definition Title.php:49
This is a hook handler interface, see docs/Hooks.md.
onSkinEditSectionLinks( $skin, $title, $section, $sectionTitle, &$result, $lang)
Use this hook to modify section edit links.
if(!isset( $args[0])) $lang