MediaWiki  master
ImgAuthBeforeStreamHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
31  public function onImgAuthBeforeStream( &$title, &$path, &$name, &$result );
32 }
Represents a title within MediaWiki.
Definition: Title.php:76
This is a hook handler interface, see docs/Hooks.md.
onImgAuthBeforeStream(&$title, &$path, &$name, &$result)
This hook is called before a file is streamed to a user, but only when using img_auth....