MediaWiki master
|
NOTE: this class is being refactored into an abstract base class. More...
Inherited by FauxSearchResult, and RevisionSearchResult.
Public Member Functions | |
__construct () | |
Static Public Member Functions | |
static | newFromTitle ( $title, ?ISearchResultSet $parentSet=null) |
Return a new SearchResult and initializes it with a title. | |
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 40 of file SearchResult.php.
SearchResult::__construct | ( | ) |
Definition at line 44 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 57 of file SearchResult.php.