Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429539
PurgeSeenJob.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
PurgeSeenJob.php
View Options
<?php
namespace
LoginNotify
;
use
MediaWiki\Title\Title
;
class
PurgeSeenJob
extends
\Job
{
private
LoginNotify
$loginNotify
;
public
function
__construct
(
Title
$title
,
array
$params
,
LoginNotify
$loginNotify
)
{
parent
::
__construct
(
'LoginNotifyPurgeSeen'
,
$title
,
$params
);
$this
->
loginNotify
=
$loginNotify
;
}
public
function
run
()
{
$minId
=
$this
->
getParams
()[
'minId'
];
$this
->
loginNotify
->
purgeSeen
(
$minId
);
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:43 (9 h, 31 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
00/75/9b0dea01ce919e403bdd27572611
Default Alt Text
PurgeSeenJob.php (452 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment