MediaWiki REL1_35
SecondaryDataUpdatesHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
6use DataUpdate;
8use Title;
9
31 public function onSecondaryDataUpdates( $title, $oldContent, $recursive,
32 $parserOutput, &$updates
33 );
34}
Abstract base class for update jobs that do something with some secondary data extracted from article...
Represents a title within MediaWiki.
Definition Title.php:42
Base interface for content objects.
Definition Content.php:35
onSecondaryDataUpdates( $title, $oldContent, $recursive, $parserOutput, &$updates)
Use this hook to modify the list of DataUpdates to perform when page content is modified.