MediaWiki REL1_39
WebRequestPathInfoRouterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use PathRouter;
6
24 public function onWebRequestPathInfoRouter( $router );
25}
PathRouter class.
This is a hook handler interface, see docs/Hooks.md.
onWebRequestPathInfoRouter( $router)
This hook is called while building the PathRouter to parse the REQUEST_URI.