|
MediaWiki
REL1_23
|
Handler for bitmap images that will be resized by clients. More...


Public Member Functions | |
| doTransform ($image, $dstPath, $dstUrl, $params, $flags=0) | |
| normaliseParams ($image, &$params) | |
Handler for bitmap images that will be resized by clients.
This is not used by default but can be assigned to some image types using $wgMediaHandlers.
Definition at line 32 of file Bitmap_ClientOnly.php.
| BitmapHandler_ClientOnly::doTransform | ( | $ | image, |
| $ | dstPath, | ||
| $ | dstUrl, | ||
| $ | params, | ||
| $ | flags = 0 |
||
| ) |
| File | $image | |
| string | $dstPath | |
| string | $dstUrl | |
| array | $params | |
| int | $flags |
Reimplemented from BitmapHandler.
Definition at line 50 of file Bitmap_ClientOnly.php.
References $params, and normaliseParams().
| BitmapHandler_ClientOnly::normaliseParams | ( | $ | image, |
| &$ | params | ||
| ) |
| $image | File |
| $params |
Reimplemented from BitmapHandler.
Definition at line 38 of file Bitmap_ClientOnly.php.
References $params.
Referenced by doTransform().