MediaWiki master
SoftwareInfoHook.php
Go to the documentation of this file.
1<?php
2
4
22 public function onSoftwareInfo( &$software );
23}
24
26class_alias( SoftwareInfoHook::class, 'MediaWiki\\Hook\\SoftwareInfoHook' );
This is a hook handler interface, see docs/Hooks.md.
onSoftwareInfo(&$software)
This hook is called by Special:Version for returning information about the software.