MediaWiki
master
ImageBeforeProduceHTMLHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
File
;
6
use
MediaWiki\Parser\Parser
;
7
use
MediaWiki\Title\Title
;
8
16
interface
ImageBeforeProduceHTMLHook
{
39
public
function
onImageBeforeProduceHTML
( $unused, &$title, &$file,
40
&$frameParams, &$handlerParams, &$time, &$res, $parser, &$query, &$widthOption
41
);
42
}
File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:79
MediaWiki\Parser\Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:145
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
MediaWiki\Hook\ImageBeforeProduceHTMLHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ImageBeforeProduceHTMLHook.php:16
MediaWiki\Hook\ImageBeforeProduceHTMLHook\onImageBeforeProduceHTML
onImageBeforeProduceHTML( $unused, &$title, &$file, &$frameParams, &$handlerParams, &$time, &$res, $parser, &$query, &$widthOption)
This hook is called before producing the HTML created by a wiki image insertion.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
ImageBeforeProduceHTMLHook.php
Generated on Sat Dec 14 2024 01:24:26 for MediaWiki by
1.10.0