MediaWiki
REL1_39
FileUndeleteCompleteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
use
User
;
7
15
interface
FileUndeleteCompleteHook
{
28
public
function
onFileUndeleteComplete
(
$title
, $fileVersions, $user, $reason );
29
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
User
internal since 1.36
Definition
User.php:70
MediaWiki\Hook\FileUndeleteCompleteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
FileUndeleteCompleteHook.php:15
MediaWiki\Hook\FileUndeleteCompleteHook\onFileUndeleteComplete
onFileUndeleteComplete( $title, $fileVersions, $user, $reason)
This hook is called when a file is undeleted.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
specials
Hook
FileUndeleteCompleteHook.php
Generated on Mon Dec 16 2024 06:36:25 for MediaWiki by
1.10.0