MediaWiki
master
FileUndeleteCompleteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use
MediaWiki\User\User
;
7
15
interface
FileUndeleteCompleteHook
{
28
public
function
onFileUndeleteComplete
( $title, $fileVersions, $user, $reason );
29
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:79
MediaWiki\User\User
internal since 1.36
Definition
User.php:96
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
includes
specials
Hook
FileUndeleteCompleteHook.php
Generated on Wed Dec 6 2023 07:10:11 for MediaWiki by
1.9.8