MediaWiki REL1_35
BitmapHandlerCheckImageAreaHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use File;
6
24 public function onBitmapHandlerCheckImageArea( $image, &$params,
25 &$checkImageAreaHookResult
26 );
27}
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:63
onBitmapHandlerCheckImageArea( $image, &$params, &$checkImageAreaHookResult)
This hook is called by BitmapHandler::normaliseParams, after all normalizations have been performed,...