MediaWiki REL1_35
AfterImportPageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Title;
7
25 public function onAfterImportPage( $title, $foreignTitle, $revCount,
26 $sRevCount, $pageInfo
27 );
28}
A simple, immutable structure to hold the title of a page on a foreign MediaWiki installation.
Represents a title within MediaWiki.
Definition Title.php:42
onAfterImportPage( $title, $foreignTitle, $revCount, $sRevCount, $pageInfo)
This hook is called when a page import is completed.