Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95931090
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
Fri, Dec 20, 19:30
Size
434 B
Mime Type
text/x-php
Expires
Sun, Dec 22, 19:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23074722
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