MediaWiki REL1_35
PageContentSaveHook.php
Go to the documentation of this file.
1<?php
2
4
5// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
7use Content;
9use User;
10use WikiPage;
11
35 public function onPageContentSave( $wikiPage, $user, $content, &$summary,
36 $isminor, $iswatch, $section, $flags, $status
37 );
38}
CommentStoreComment represents a comment stored by CommentStore.
Generic operation result class Has warning/error list, boolean status and arbitrary value.
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
onPageContentSave( $wikiPage, $user, $content, &$summary, $isminor, $iswatch, $section, $flags, $status)
This hook is called before an article is saved.
$content
Definition router.php:76