MediaWiki
REL1_40
ArticleDeleteAfterSuccessHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use
OutputPage
;
7
15
interface
ArticleDeleteAfterSuccessHook
{
25
public
function
onArticleDeleteAfterSuccess
(
$title
, $outputPage );
26
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:60
MediaWiki\Page\Hook\ArticleDeleteAfterSuccessHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ArticleDeleteAfterSuccessHook.php:15
MediaWiki\Page\Hook\ArticleDeleteAfterSuccessHook\onArticleDeleteAfterSuccess
onArticleDeleteAfterSuccess( $title, $outputPage)
Use this hook to modify the output after an article has been deleted.
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
$title
$title
Definition
testCompression.php:39
includes
page
Hook
ArticleDeleteAfterSuccessHook.php
Generated on Thu Jun 27 2024 14:03:29 for MediaWiki by
1.10.0