Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F549786
PhabricatorMetaMTAEmailOthersHeraldAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
814 B
Referenced Files
None
Subscribers
None
PhabricatorMetaMTAEmailOthersHeraldAction.php
View Options
<?php
final
class
PhabricatorMetaMTAEmailOthersHeraldAction
extends
PhabricatorMetaMTAEmailHeraldAction
{
const
ACTIONCONST
=
'email.other'
;
public
function
getHeraldActionName
()
{
return
pht
(
'Send an email to'
);
}
public
function
supportsRuleType
(
$rule_type
)
{
return
(
$rule_type
!=
HeraldRuleTypeConfig
::
RULE_TYPE_PERSONAL
);
}
public
function
applyEffect
(
$object
,
HeraldEffect
$effect
)
{
return
$this
->
applyEmail
(
$effect
->
getTarget
(),
$force
=
false
);
}
public
function
getHeraldActionStandardType
()
{
return
self
::
STANDARD_PHID_LIST
;
}
protected
function
getDatasource
()
{
return
new
PhabricatorMetaMTAMailableDatasource
();
}
public
function
renderActionDescription
(
$value
)
{
return
pht
(
'Send an email to: %s.'
,
$this
->
renderHandleList
(
$value
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 2:18 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
113955
Default Alt Text
PhabricatorMetaMTAEmailOthersHeraldAction.php (814 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment