MediaWiki  master
OldChangesListRecentChangesLineHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 use RecentChange;
7 
31  public function onOldChangesListRecentChangesLine( $changeslist, &$s, $rc,
32  &$classes, &$attribs
33  );
34 }
Utility class for creating new RC entries.
This is a hook handler interface, see docs/Hooks.md.
onOldChangesListRecentChangesLine( $changeslist, &$s, $rc, &$classes, &$attribs)
Use this hook to customize a recent changes line.