MediaWiki master
ArticleRevisionVisibilitySetHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
29 public function onArticleRevisionVisibilitySet( $title, $ids,
30 $visibilityChangeMap
31 );
32}
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onArticleRevisionVisibilitySet( $title, $ids, $visibilityChangeMap)
This hook is called when changing visibility of one or more revisions of an article.