MediaWiki
REL1_39
BitmapHandlerCheckImageAreaHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
File
;
6
14
interface
BitmapHandlerCheckImageAreaHook
{
27
public
function
onBitmapHandlerCheckImageArea
( $image, &$params,
28
&$checkImageAreaHookResult
29
);
30
}
File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:67
MediaWiki\Hook\BitmapHandlerCheckImageAreaHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BitmapHandlerCheckImageAreaHook.php:14
MediaWiki\Hook\BitmapHandlerCheckImageAreaHook\onBitmapHandlerCheckImageArea
onBitmapHandlerCheckImageArea( $image, &$params, &$checkImageAreaHookResult)
This hook is called by BitmapHandler::normaliseParams, after all normalizations have been performed,...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
media
Hook
BitmapHandlerCheckImageAreaHook.php
Generated on Mon Nov 25 2024 06:56:11 for MediaWiki by
1.10.0