MediaWiki REL1_35
WikiPageFactoryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Title;
6use WikiPage;
7
22 public function onWikiPageFactory( $title, &$page );
23}
Represents a title within MediaWiki.
Definition Title.php:42
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onWikiPageFactory( $title, &$page)
Use this hook to override WikiPage class used for a title.