Go to the source code of this file.
◆ augmentResult()
◆ getIterator()
◆ getOffset()
- Returns
- int|null The offset the current page starts at. Typically this should be null to allow the UI to decide on its own, but in special cases like interleaved AB tests specifying explicitly is necessary.
Definition at line 53 of file SearchResultSetTrait.php.
◆ setAugmentedData()
setAugmentedData |
( |
| $name, |
|
|
| $data ) |
Sets augmented data for result set.
- Parameters
-
string | $name | Extra data item name |
array[] | $data | Extra data as PAGEID => data |
Definition at line 27 of file SearchResultSetTrait.php.