MediaWiki
REL1_24
|
Public Member Functions | |
doClientImage ($image, $scalerParams) | |
doTransform ($image, $dstPath, $dstUrl, $params, $flags=0) | |
Create a thumbnail. |
Definition at line 24 of file MockBitmapHandler.php.
MockBitmapHandler::doClientImage | ( | $ | image, |
$ | scalerParams | ||
) |
Definition at line 29 of file MockBitmapHandler.php.
References TransformationalImageHandler\getClientScalingThumbnailImage().
MockBitmapHandler::doTransform | ( | $ | image, |
$ | dstPath, | ||
$ | dstUrl, | ||
$ | params, | ||
$ | flags = 0 |
||
) |
Create a thumbnail.
This sets up various parameters, and then calls a helper method based on $this->getScalerType in order to scale the image.
File | $image | |
string | $dstPath | |
string | $dstUrl | |
array | $params | |
int | $flags |
Reimplemented from TransformationalImageHandler.
Definition at line 25 of file MockBitmapHandler.php.
References $flags, $params, and MockImageHandler\doFakeTransform().