MediaWiki REL1_35
ShowSearchHitHook.php
Go to the documentation of this file.
1<?php
2
4
7
34 public function onShowSearchHit( $searchPage, $result, $terms, &$link,
35 &$redirect, &$section, &$extract, &$score, &$size, &$date, &$related, &$html
36 );
37}
NOTE: this class is being refactored into an abstract base class.
implements Special:Search - Run text & title search and display the output
onShowSearchHit( $searchPage, $result, $terms, &$link, &$redirect, &$section, &$extract, &$score, &$size, &$date, &$related, &$html)
Use this hook to customize display of search hit.