MediaWiki master
SpecialListusersFormatRowHook.php
Go to the documentation of this file.
1<?php
2
4
5use stdClass;
6
24 public function onSpecialListusersFormatRow( &$item, $row );
25}
26
28class_alias( SpecialListusersFormatRowHook::class, 'MediaWiki\\Hook\\SpecialListusersFormatRowHook' );
This is a hook handler interface, see docs/Hooks.md.
onSpecialListusersFormatRow(&$item, $row)
This hook is called right before the end of UsersPager::formatRow().