MediaWiki REL1_35
ArticleEditUpdatesHook.php
Go to the documentation of this file.
1<?php
2
4
6use WikiPage;
7
25 public function onArticleEditUpdates( $wikiPage, $editInfo, $changed );
26}
Represents information returned by WikiPage::prepareContentForEdit()
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onArticleEditUpdates( $wikiPage, $editInfo, $changed)
This hook is called when edit updates (mainly link tracking) are made when an article has been change...