MediaWiki
REL1_35
ArticleEditUpdatesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Storage\Hook
;
4
5
use
MediaWiki\Edit\PreparedEdit
;
6
use
WikiPage
;
7
12
interface
ArticleEditUpdatesHook
{
25
public
function
onArticleEditUpdates
( $wikiPage, $editInfo, $changed );
26
}
MediaWiki\Edit\PreparedEdit
Represents information returned by WikiPage::prepareContentForEdit()
Definition
PreparedEdit.php:35
WikiPage
Class representing a MediaWiki article and history.
Definition
WikiPage.php:51
MediaWiki\Storage\Hook\ArticleEditUpdatesHook
Definition
ArticleEditUpdatesHook.php:12
MediaWiki\Storage\Hook\ArticleEditUpdatesHook\onArticleEditUpdates
onArticleEditUpdates( $wikiPage, $editInfo, $changed)
This hook is called when edit updates (mainly link tracking) are made when an article has been change...
MediaWiki\Storage\Hook
Definition
ArticleEditUpdateNewTalkHook.php:3
includes
Storage
Hook
ArticleEditUpdatesHook.php
Generated on Sat Apr 6 2024 00:08:01 for MediaWiki by
1.9.8