repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
DatabaseMysqlBase visibility cleanups
[mediawiki.git]
/
includes
/
search
/
ResultAugmentor.php
blob
350b7809533d0f4e19273cbed7c08b4f574fbc45
1
<
?php
2
3
/**
4
* Augment search results.
5
*
6
*/
7
interface
ResultAugmentor
{
8
/**
9
* Produce data to augment search result set.
10
* @param SearchResult $result
11
* @return mixed Data for this result
12
*/
13
public function
augment
(
SearchResult
$result
);
14
}