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:78
MediaWiki\User\User
User class for the MediaWiki software.
Definition
User.php:121
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 Sun Apr 20 2025 09:26:28 for MediaWiki by
1.10.0