Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1428265
RevisionSearchResult.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
RevisionSearchResult.php
View Options
<?php
use
MediaWiki\Title\Title
;
/**
* SearchResult class based on the revision information.
* This class is suited for search engines that do not store a specialized version of the searched
* content.
*/
class
RevisionSearchResult
extends
SearchResult
{
use
RevisionSearchResultTrait
;
/**
* @param Title|null $title
*/
public
function
__construct
(
$title
)
{
$this
->
mTitle
=
$title
;
$this
->
initFromTitle
(
$title
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 15:56 (14 h, 9 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8b/06/f8043ecd640c0aa828928d80776b
Default Alt Text
RevisionSearchResult.php (439 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment