MediaWiki master
BitmapHandlerCheckImageAreaHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use File;
6
27 public function onBitmapHandlerCheckImageArea( $image, &$params,
28 &$checkImageAreaHookResult
29 );
30}
array $params
The job parameters.
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:73
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,...