MediaWiki  master
ImgAuthModifyHeadersHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
28  public function onImgAuthModifyHeaders( $title, &$headers );
29 }
This is a hook handler interface, see docs/Hooks.md.
onImgAuthModifyHeaders( $title, &$headers)
This hook is called just before a file is streamed to a user via img_auth.php, allowing headers to be...
Represents the target of a wiki link.
Definition: LinkTarget.php:30