MediaWiki REL1_35
MultiContentSaveHook.php
Go to the documentation of this file.
1<?php
2
4
8use Status;
9
35 public function onMultiContentSave( $renderedRevision, $user, $summary, $flags,
36 $status
37 );
38}
CommentStoreComment represents 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:44
onMultiContentSave( $renderedRevision, $user, $summary, $flags, $status)
This hook is called before an article is saved.
Interface for objects representing user identity.