MediaWiki REL1_35
ImgAuthBeforeStreamHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
28 public function onImgAuthBeforeStream( &$title, &$path, &$name, &$result );
29}
Represents a title within MediaWiki.
Definition Title.php:42
onImgAuthBeforeStream(&$title, &$path, &$name, &$result)
This hook is called before a file is streamed to a user, but only when using img_auth....