MediaWiki master
AfterImportPageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
28 public function onAfterImportPage( $title, $foreignTitle, $revCount,
29 $sRevCount, $pageInfo
30 );
31}
A simple, immutable structure to hold the title of a page on a foreign MediaWiki installation.
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onAfterImportPage( $title, $foreignTitle, $revCount, $sRevCount, $pageInfo)
This hook is called when a page import is completed.