MediaWiki
REL1_24
|
00001 <?php 00024 class MockSvgHandler extends SvgHandler { 00025 function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) { 00026 return MockImageHandler::doFakeTransform( $this, $image, $dstPath, $dstUrl, $params, $flags ); 00027 } 00028 }