MediaWiki master
MultiContentSaveHook.php
Go to the documentation of this file.
1<?php
2
4
9
38 public function onMultiContentSave( $renderedRevision, $user, $summary, $flags,
39 $status
40 );
41}
Value object for a comment stored by CommentStore.
RenderedRevision represents the rendered representation of a revision.
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:54
This is a hook handler interface, see docs/Hooks.md.
onMultiContentSave( $renderedRevision, $user, $summary, $flags, $status)
This hook is called before an article is saved.
Interface for objects representing user identity.