MediaWiki  1.33.0
MockDjVuHandler.php
Go to the documentation of this file.
1 <?php
25  public function isEnabled() {
26  return true;
27  }
28 
29  function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) {
30  if ( !$this->normaliseParams( $image, $params ) ) {
31  return new TransformParameterError( $params );
32  }
33  $width = $params['width'];
34  $height = $params['height'];
35  $page = $params['page'];
36  if ( $page > $this->pageCount( $image ) ) {
37  return new MediaTransformError(
38  'thumbnail_error',
39  $width,
40  $height,
41  wfMessage( 'djvu_page_error' )->text()
42  );
43  }
44 
45  $params = [
46  'width' => $width,
47  'height' => $height,
48  'page' => $page
49  ];
50 
51  return new ThumbnailImage( $image, $dstUrl, $dstPath, $params );
52  }
53 }
MediaTransformError
Basic media transform error class.
Definition: MediaTransformError.php:29
ThumbnailImage
Media transform output for images.
Definition: ThumbnailImage.php:29
MockDjVuHandler\doTransform
doTransform( $image, $dstPath, $dstUrl, $params, $flags=0)
Definition: MockDjVuHandler.php:29
DjVuHandler\pageCount
pageCount(File $image)
Page count for a multi-page document, false if unsupported or unknown.
Definition: DjVuHandler.php:389
MockDjVuHandler\isEnabled
isEnabled()
Definition: MockDjVuHandler.php:25
$params
$params
Definition: styleTest.css.php:44
php
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
$image
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not it can be in the form of< username >< more info > e g for bot passwords intended to be added to log contexts Fields it might only if the login was with a bot password it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check $image
Definition: hooks.txt:780
ImageHandler\normaliseParams
normaliseParams( $image, &$params)
Definition: ImageHandler.php:86
MockDjVuHandler
Definition: MockDjVuHandler.php:24
TransformParameterError
Shortcut class for parameter validation errors.
Definition: TransformParameterError.php:29
DjVuHandler
Handler for DjVu images.
Definition: DjVuHandler.php:31
text
This list may contain false positives That usually means there is additional text with links below the first Each row contains links to the first and second as well as the first line of the second redirect text
Definition: All_system_messages.txt:1267
wfMessage
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "&lt