MediaWiki REL1_35
SoftwareInfoHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
9interface SoftwareInfoHook {
19 public function onSoftwareInfo( &$software );
20}
onSoftwareInfo(&$software)
This hook is called by Special:Version for returning information about the software.