MediaWiki master
|
Perform augmentation of each row and return composite result, indexed by ID. More...
Inherits ResultSetAugmentor.
Public Member Functions | |
__construct (ResultAugmentor $augmentor) | |
augmentAll (ISearchResultSet $resultSet) | |
Produce data to augment search result set. | |
Perform augmentation of each row and return composite result, indexed by ID.
Definition at line 7 of file PerRowAugmentor.php.
PerRowAugmentor::__construct | ( | ResultAugmentor | $augmentor | ) |
ResultAugmentor | $augmentor | Per-result augmentor to use. |
Definition at line 17 of file PerRowAugmentor.php.
PerRowAugmentor::augmentAll | ( | ISearchResultSet | $resultSet | ) |
Produce data to augment search result set.
ISearchResultSet | $resultSet |
Implements ResultSetAugmentor.
Definition at line 26 of file PerRowAugmentor.php.
References ISearchResultSet\extractResults().