MediaWiki fundraising/REL1_35
ImageBeforeProduceHTMLHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use File;
7use Parser;
8use Title;
9
37 public function onImageBeforeProduceHTML( $linker, &$title, &$file,
38 &$frameParams, &$handlerParams, &$time, &$res, $parser, &$query, &$widthOption
39 );
40}
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:63
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition Parser.php:85
Represents a title within MediaWiki.
Definition Title.php:42
onImageBeforeProduceHTML( $linker, &$title, &$file, &$frameParams, &$handlerParams, &$time, &$res, $parser, &$query, &$widthOption)
This hook is called before producing the HTML created by a wiki image insertion.
if(PHP_SAPI !='cli-server') if(!isset( $_SERVER['SCRIPT_FILENAME'])) $file
Item class for a filearchive table row.
Definition router.php:42