MediaWiki master
SqlSearchResult Class Reference

Inherits RevisionSearchResult.

Collaboration diagram for SqlSearchResult:

Public Member Functions

 __construct (Title $title, array $terms)
 
 getTermMatches ()
 
 getTextSnippet ( $terms=[])
 
- Public Member Functions inherited from RevisionSearchResult
 __construct ( $title)
 
- Public Member Functions inherited from SearchResult
 __construct ()
 

Additional Inherited Members

- Static Public Member Functions inherited from SearchResult
static newFromTitle ( $title, ISearchResultSet $parentSet=null)
 Return a new SearchResult and initializes it with a title.
 

Detailed Description

Definition at line 28 of file SqlSearchResult.php.

Constructor & Destructor Documentation

◆ __construct()

SqlSearchResult::__construct ( Title $title,
array $terms )
Parameters
Title$title
string[]$termslist of parsed terms

Definition at line 36 of file SqlSearchResult.php.

Member Function Documentation

◆ getTermMatches()

SqlSearchResult::getTermMatches ( )
Returns
string[]

Definition at line 44 of file SqlSearchResult.php.

◆ getTextSnippet()

SqlSearchResult::getTextSnippet ( $terms = [])
Parameters
array$termsTerms to highlight (this parameter is deprecated)
Returns
string Highlighted text snippet, null (and not '') if not supported

Definition at line 52 of file SqlSearchResult.php.

References initText().


The documentation for this class was generated from the following file: