Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4131955
MockSearchResult.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
906 B
Referenced Files
None
Subscribers
None
MockSearchResult.php
View Options
<?php
class
MockSearchResult
extends
RevisionSearchResult
{
/** @var bool */
private
$isMissingRevision
=
false
;
/** @var bool */
private
$isBrokenTitle
=
false
;
/** @var string */
private
$interwikiPrefix
=
''
;
/** @inheritDoc */
public
function
isMissingRevision
()
{
return
$this
->
isMissingRevision
;
}
public
function
setMissingRevision
(
bool
$isMissingRevision
):
self
{
$this
->
isMissingRevision
=
$isMissingRevision
;
return
$this
;
}
/** @inheritDoc */
public
function
isBrokenTitle
()
{
return
$this
->
isBrokenTitle
;
}
public
function
setBrokenTitle
(
bool
$isBrokenTitle
):
self
{
$this
->
isBrokenTitle
=
$isBrokenTitle
;
return
$this
;
}
/** @inheritDoc */
public
function
getInterwikiPrefix
()
{
return
$this
->
interwikiPrefix
;
}
public
function
setInterwikiPrefix
(
string
$interwikiPrefix
):
self
{
$this
->
interwikiPrefix
=
$interwikiPrefix
;
return
$this
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 11:17 (3 w, 19 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d3/31/8d8e0912066b24cf16c38feb7d9c
Default Alt Text
MockSearchResult.php (906 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment