MediaWiki
master
ImgAuthBeforeStreamHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
ImgAuthBeforeStreamHook
{
31
public
function
onImgAuthBeforeStream
( &$title, &
$path
, &$name, &$result );
32
}
$path
$path
Definition
NoLocalSettings.php:28
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
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
includes
Hook
ImgAuthBeforeStreamHook.php
Generated on Sun Dec 8 2024 03:24:05 for MediaWiki by
1.10.0