MediaWiki
REL1_35
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
12
interface
ArticleDeleteAfterSuccessHook
{
22
public
function
onArticleDeleteAfterSuccess
(
$title
, $outputPage );
23
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Page\Hook\ArticleDeleteAfterSuccessHook
Stable to implement.
Definition
ArticleDeleteAfterSuccessHook.php:12
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 Sat Apr 6 2024 00:07:33 for MediaWiki by
1.9.8