|
MediaWiki master
|
Perform augmentation of each row and return composite result, indexed by ID. More...
Inherits MediaWiki\Search\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 9 of file PerRowAugmentor.php.
| MediaWiki\Search\PerRowAugmentor::__construct | ( | ResultAugmentor | $augmentor | ) |
| ResultAugmentor | $augmentor | Per-result augmentor to use. |
Definition at line 16 of file PerRowAugmentor.php.
| MediaWiki\Search\PerRowAugmentor::augmentAll | ( | ISearchResultSet | $resultSet | ) |
Produce data to augment search result set.
| ISearchResultSet | $resultSet |
Implements MediaWiki\Search\ResultSetAugmentor.
Definition at line 25 of file PerRowAugmentor.php.
References MediaWiki\Search\ISearchResultSet\extractResults().