Page MenuHomeWickedGov Phorge

ResultSetAugmentor.php
No OneTemporary

Size
294 B
Referenced Files
None
Subscribers
None

ResultSetAugmentor.php

<?php
/**
* Augment search results.
* @stable to implement
*/
interface ResultSetAugmentor {
/**
* Produce data to augment search result set.
* @param ISearchResultSet $resultSet
* @return array Data for all results
*/
public function augmentAll( ISearchResultSet $resultSet );
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 20:41 (1 d, 7 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3a/45/cbda16349ba64d656d6b7b4bc321
Default Alt Text
ResultSetAugmentor.php (294 B)

Event Timeline