MediaWiki
1.34.0
|
Go to the source code of this file.
Functions | |
getByteSize () | |
getCategorySnippet () | |
getFile () | |
Get the file for this page, if one exists. More... | |
getInterwikiNamespaceText () | |
getInterwikiPrefix () | |
getRedirectSnippet () | |
getRedirectTitle () | |
getSectionSnippet () | |
getSectionTitle () | |
getTextSnippet ( $terms=[]) | |
getTimestamp () | |
getTitle () | |
getTitleSnippet () | |
getWordCount () | |
initFromTitle ( $title) | |
Initialize from a Title and if possible initializes a corresponding Revision and File. More... | |
initText () | |
Lazy initialization of article text from DB. More... | |
isBrokenTitle () | |
Check if this is result points to an invalid title. More... | |
isFileMatch () | |
Did this match file contents (eg: PDF/DJVU)? More... | |
isMissingRevision () | |
Check if target page is missing, happens when index is out of date. More... | |
Variables | |
File | $mImage = null |
string | $mText |
Title | $mTitle |
trait | RevisionSearchResultTrait |
Transitional trait used to share the methods between SearchResult and RevisionSearchResult. More... | |
getByteSize | ( | ) |
Definition at line 174 of file RevisionSearchResultTrait.php.
References initText().
getCategorySnippet | ( | ) |
Definition at line 147 of file RevisionSearchResultTrait.php.
getFile | ( | ) |
Get the file for this page, if one exists.
Definition at line 82 of file RevisionSearchResultTrait.php.
References $mImage.
Referenced by HttpError\doLog().
getInterwikiNamespaceText | ( | ) |
Definition at line 189 of file RevisionSearchResultTrait.php.
getInterwikiPrefix | ( | ) |
Definition at line 182 of file RevisionSearchResultTrait.php.
getRedirectSnippet | ( | ) |
Definition at line 118 of file RevisionSearchResultTrait.php.
getRedirectTitle | ( | ) |
Definition at line 125 of file RevisionSearchResultTrait.php.
getSectionSnippet | ( | ) |
Definition at line 132 of file RevisionSearchResultTrait.php.
getSectionTitle | ( | ) |
Definition at line 140 of file RevisionSearchResultTrait.php.
getTextSnippet | ( | $terms = [] | ) |
string[] | $terms | Terms to highlight (this parameter is deprecated and ignored) |
Definition at line 104 of file RevisionSearchResultTrait.php.
getTimestamp | ( | ) |
Definition at line 154 of file RevisionSearchResultTrait.php.
Referenced by ApiCheckToken\execute(), Revision\RevisionArchiveRecord\getTimestamp(), and Revision\RevisionStoreRecord\getTimestamp().
getTitle | ( | ) |
Definition at line 74 of file RevisionSearchResultTrait.php.
References $mTitle.
Referenced by SpecialTags\doTagRow(), MonoBookTemplate\execute(), SpecialUpload\getExistsWarning(), ImageListPager\getForm(), DifferenceEngine\getTitle(), RSSFeed\outHeader(), AtomFeed\outHeader(), SpecialBlock\postText(), and SpecialRevisionDelete\showForm().
getTitleSnippet | ( | ) |
Definition at line 111 of file RevisionSearchResultTrait.php.
getWordCount | ( | ) |
Definition at line 166 of file RevisionSearchResultTrait.php.
References initText().
|
protected |
Initialize from a Title and if possible initializes a corresponding Revision and File.
Title | $title |
Definition at line 39 of file RevisionSearchResultTrait.php.
References $title, Revision\newFromTitle(), NS_FILE, and Hooks\run().
Referenced by RevisionSearchResult\__construct().
|
protected |
Lazy initialization of article text from DB.
Definition at line 89 of file RevisionSearchResultTrait.php.
References $content.
Referenced by getByteSize(), SqlSearchResult\getTextSnippet(), and getWordCount().
isBrokenTitle | ( | ) |
Check if this is result points to an invalid title.
Definition at line 58 of file RevisionSearchResultTrait.php.
isFileMatch | ( | ) |
Did this match file contents (eg: PDF/DJVU)?
Definition at line 197 of file RevisionSearchResultTrait.php.
isMissingRevision | ( | ) |
Check if target page is missing, happens when index is out of date.
Definition at line 67 of file RevisionSearchResultTrait.php.
References $mImage.
|
protected |
Definition at line 21 of file RevisionSearchResultTrait.php.
Referenced by getFile(), and isMissingRevision().
|
protected |
Definition at line 31 of file RevisionSearchResultTrait.php.
|
protected |
Definition at line 26 of file RevisionSearchResultTrait.php.
Referenced by getTitle().
trait RevisionSearchResultTrait |
Transitional trait used to share the methods between SearchResult and RevisionSearchResult.
All the content of this trait can be moved to RevisionSearchResult once SearchResult is finally refactored into an abstract class. NOTE: This trait MUST NOT be used by something else than SearchResult and RevisionSearchResult. It will be removed without deprecation period once SearchResult
Definition at line 12 of file RevisionSearchResultTrait.php.