MediaWiki REL1_35
PageContentInsertCompleteHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
6use Revision;
7use User;
8use WikiPage;
9
31 public function onPageContentInsertComplete( $wikiPage, $user, $content,
32 $summary, $isMinor, $isWatch, $section, $flags, $revision
33 );
34}
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
Base interface for content objects.
Definition Content.php:35
onPageContentInsertComplete( $wikiPage, $user, $content, $summary, $isMinor, $isWatch, $section, $flags, $revision)
This hook is called after a new article is created.
$content
Definition router.php:76