Page MenuHomeWickedGov Phorge

ResultAugmentor.php
No OneTemporary

Size
274 B
Referenced Files
None
Subscribers
None

ResultAugmentor.php

<?php
/**
* Augment search results.
* @stable to implement
*/
interface ResultAugmentor {
/**
* Produce data to augment search result set.
* @param SearchResult $result
* @return mixed Data for this result
*/
public function augment( SearchResult $result );
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 21:45 (11 h, 50 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
13/e5/836e4f43a71a79244a042070bdfb
Default Alt Text
ResultAugmentor.php (274 B)

Event Timeline