MediaWiki
REL1_39
ArticleDeleteAfterSuccessHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
OutputPage
;
6
use
Title
;
7
15
interface
ArticleDeleteAfterSuccessHook
{
25
public
function
onArticleDeleteAfterSuccess
(
$title
, $outputPage );
26
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:54
Title
Represents a title within MediaWiki.
Definition
Title.php:49
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:38
includes
page
Hook
ArticleDeleteAfterSuccessHook.php
Generated on Mon Dec 16 2024 06:35:46 for MediaWiki by
1.10.0