MediaWiki  REL1_19
BitmapHandler_ClientOnly Class Reference

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

Inheritance diagram for BitmapHandler_ClientOnly:
Collaboration diagram for BitmapHandler_ClientOnly:

List of all members.

Public Member Functions

 doTransform ($image, $dstPath, $dstUrl, $params, $flags=0)
 normaliseParams ($image, &$params)

Detailed Description

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 17 of file Bitmap_ClientOnly.php.


Member Function Documentation

BitmapHandler_ClientOnly::doTransform ( image,
dstPath,
dstUrl,
params,
flags = 0 
)
Parameters:
$imageFile
$dstPath
$dstUrl
$params
int$flags
Returns:
ThumbnailImage|TransformParameterError

Reimplemented from BitmapHandler.

Definition at line 36 of file Bitmap_ClientOnly.php.

References normaliseParams().

Here is the call graph for this function:

BitmapHandler_ClientOnly::normaliseParams ( image,
&$  params 
)
Parameters:
$imageFile
$params
Returns:
bool

Reimplemented from BitmapHandler.

Definition at line 24 of file Bitmap_ClientOnly.php.

Referenced by doTransform().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: