MediaWiki master
BitmapHandlerCheckImageAreaHook.php
Go to the documentation of this file.
1<?php
2
4
6
27 public function onBitmapHandlerCheckImageArea( $image, &$params,
28 &$checkImageAreaHookResult
29 );
30}
31
33class_alias( BitmapHandlerCheckImageAreaHook::class, 'MediaWiki\\Hook\\BitmapHandlerCheckImageAreaHook' );
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:79
This is a hook handler interface, see docs/Hooks.md.
onBitmapHandlerCheckImageArea( $image, &$params, &$checkImageAreaHookResult)
This hook is called by BitmapHandler::normaliseParams, after all normalizations have been performed,...