MediaWiki
REL1_39
ImgAuthBeforeStreamHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
14
interface
ImgAuthBeforeStreamHook
{
31
public
function
onImgAuthBeforeStream
( &
$title
, &
$path
, &$name, &$result );
32
}
$path
$path
Definition
NoLocalSettings.php:25
Title
Represents a title within MediaWiki.
Definition
Title.php:49
MediaWiki\Hook\ImgAuthBeforeStreamHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ImgAuthBeforeStreamHook.php:14
MediaWiki\Hook\ImgAuthBeforeStreamHook\onImgAuthBeforeStream
onImgAuthBeforeStream(&$title, &$path, &$name, &$result)
This hook is called before a file is streamed to a user, but only when using img_auth....
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
Hook
ImgAuthBeforeStreamHook.php
Generated on Mon Dec 16 2024 06:35:09 for MediaWiki by
1.10.0