MediaWiki REL1_35
ParserOutputStashForEditHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
7use User;
8use WikiPage;
9
28 public function onParserOutputStashForEdit( $page, $content, $output, $summary,
29 $user
30 );
31}
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
onParserOutputStashForEdit( $page, $content, $output, $summary, $user)
This hook is called when an edit stash parse finishes, before the output is cached.
$content
Definition router.php:76