MediaWiki master
|
Go to the source code of this file.
Functions | |
augmentResult (SearchResult $result) | |
Returns extra data for specific result and store it in SearchResult object. | |
getIterator () | |
getOffset () | |
setAugmentedData ( $name, $data) | |
Sets augmented data for result set. | |
Variables | |
trait | SearchResultSetTrait |
Trait useful for SearchResultSet implementations. | |
augmentResult | ( | SearchResult | $result | ) |
Returns extra data for specific result and store it in SearchResult object.
SearchResult | $result |
Definition at line 37 of file SearchResultSetTrait.php.
|
final |
Definition at line 57 of file SearchResultSetTrait.php.
getOffset | ( | ) |
Definition at line 53 of file SearchResultSetTrait.php.
Referenced by UploadFromChunks\addChunk(), and UploadFromChunks\concatenateChunks().
setAugmentedData | ( | $name, | |
$data ) |
Sets augmented data for result set.
string | $name | Extra data item name |
array[] | $data | Extra data as PAGEID => data |
Definition at line 27 of file SearchResultSetTrait.php.