MediaWiki REL1_35
SearchAfterNoDirectMatchHook.php
Go to the documentation of this file.
1<?php
2
4
5use Title;
6
23 public function onSearchAfterNoDirectMatch( $term, &$title );
24}
Represents a title within MediaWiki.
Definition Title.php:42
onSearchAfterNoDirectMatch( $term, &$title)
This hook is called if there was no match for the exact result.