MediaWiki master
UserLinkRendererUserLinkPostRenderHook.php
Go to the documentation of this file.
1<?php
2
4
7
16
34 UserIdentity $targetUser,
35 IContextSource $context,
36 string &$html,
37 string &$prefix,
38 string &$postfix
39 );
40
41}
Interface for objects which can provide a MediaWiki context on request.
onUserLinkRendererUserLinkPostRender(UserIdentity $targetUser, IContextSource $context, string &$html, string &$prefix, string &$postfix)
This hook is called after the username link HTML has been generated, and allows for adding prefix or ...
Interface for objects representing user identity.