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