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