MediaWiki REL1_35
LinkBeginHook.php
Go to the documentation of this file.
1<?php
2
4
6use Title;
7
12interface LinkBeginHook {
35 public function onLinkBegin( $skin, $target, &$html, &$customAttribs, &$query,
36 &$options, &$ret
37 );
38}
Represents a title within MediaWiki.
Definition Title.php:42
onLinkBegin( $skin, $target, &$html, &$customAttribs, &$query, &$options, &$ret)
This hook is called when generating internal and interwiki links in Linker::link(),...