Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101937586
PhabricatorSettingsAddEmailAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 15, 08:50
Size
434 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 08:50 (2 d)
Engine
blob
Format
Raw Data
Handle
24248801
Attached To
rPH Phabricator
PhabricatorSettingsAddEmailAction.php
View Options
<?php
final
class
PhabricatorSettingsAddEmailAction
extends
PhabricatorSystemAction
{
const
TYPECONST
=
'email.add'
;
public
function
getActionConstant
()
{
return
self
::
TYPECONST
;
}
public
function
getScoreThreshold
()
{
return
6
/
phutil_units
(
'1 hour in seconds'
);
}
public
function
getLimitExplanation
()
{
return
pht
(
'You are adding too many email addresses to your account too quickly.'
);
}
}
Event Timeline
Log In to Comment