Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101186389
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
Thu, Feb 6, 14:33
Size
263 B
Mime Type
text/x-php
Expires
Sat, Feb 8, 14:33 (2 d)
Engine
blob
Format
Raw Data
Handle
24027499
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