MediaWiki
REL1_39
PageContentSaveHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Storage\Hook
;
4
5
use
CommentStoreComment
;
6
use
Content
;
7
use
StatusValue
;
8
use
User
;
9
use
WikiPage
;
10
18
interface
PageContentSaveHook
{
37
public
function
onPageContentSave
( $wikiPage, $user,
$content
, &$summary,
38
$isminor, $iswatch, $section, $flags, $status
39
);
40
}
CommentStoreComment
Value object for a comment stored by CommentStore.
Definition
CommentStoreComment.php:30
StatusValue
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
StatusValue.php:46
User
internal since 1.36
Definition
User.php:70
WikiPage
Base representation for an editable wiki page.
Definition
WikiPage.php:62
Content
Base interface for content objects.
Definition
Content.php:35
MediaWiki\Storage\Hook\PageContentSaveHook
This is a hook handler interface, see docs/Hooks.md.
Definition
PageContentSaveHook.php:18
MediaWiki\Storage\Hook\PageContentSaveHook\onPageContentSave
onPageContentSave( $wikiPage, $user, $content, &$summary, $isminor, $iswatch, $section, $flags, $status)
This hook is called before an article is saved.
MediaWiki\Storage\Hook
Definition
ArticleEditUpdateNewTalkHook.php:3
$content
$content
Definition
router.php:76
includes
Storage
Hook
PageContentSaveHook.php
Generated on Mon Nov 25 2024 06:57:07 for MediaWiki by
1.10.0