MediaWiki REL1_32
|
Augment search result set with values of certain page props. More...
Public Member Functions | |
__construct ( $propnames) | |
augmentAll (SearchResultSet $resultSet) | |
Produce data to augment search result set. | |
Private Attributes | |
array | $propnames |
List of properties. | |
Augment search result set with values of certain page props.
Definition at line 6 of file AugmentPageProps.php.
AugmentPageProps::__construct | ( | $propnames | ) |
Definition at line 12 of file AugmentPageProps.php.
References $propnames.
AugmentPageProps::augmentAll | ( | SearchResultSet | $resultSet | ) |
Produce data to augment search result set.
SearchResultSet | $resultSet |
Implements ResultSetAugmentor.
Definition at line 16 of file AugmentPageProps.php.
References $titles, SearchResultSet\extractTitles(), and PageProps\getInstance().
|
private |
List of properties.
Definition at line 10 of file AugmentPageProps.php.
Referenced by __construct().