Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100474466
PhabricatorMailEmailHeraldFieldGroup.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, Jan 31, 02:20
Size
263 B
Mime Type
text/x-php
Expires
Sun, Feb 2, 02:20 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23945069
Attached To
rPH Phabricator
PhabricatorMailEmailHeraldFieldGroup.php
View Options
<?php
final
class
PhabricatorMailEmailHeraldFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'mail.message'
;
public
function
getGroupLabel
()
{
return
pht
(
'Message Fields'
);
}
protected
function
getGroupOrder
()
{
return
1000
;
}
}
Event Timeline
Log In to Comment