MediaWiki
1.34.0
|
NOTE: this class is being refactored into an abstract base class. More...
Public Member Functions | |
__construct () | |
Static Public Member Functions | |
static | newFromTitle ( $title, ISearchResultSet $parentSet=null) |
Return a new SearchResult and initializes it with a title. More... | |
NOTE: this class is being refactored into an abstract base class.
If you extend this class directly, please implement all the methods declared in RevisionSearchResultTrait or extend RevisionSearchResult.
Once the hard-deprecation period is over (1.36?):
Definition at line 38 of file SearchResult.php.
SearchResult::__construct | ( | ) |
Definition at line 42 of file SearchResult.php.
References wfDeprecated().
|
static |
Return a new SearchResult and initializes it with a title.
Title | $title | |
ISearchResultSet | null | $parentSet |
Definition at line 55 of file SearchResult.php.
References $title.
Referenced by SearchNearMatchResultSet\__construct().