Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101943567
HeraldSupportFieldGroup.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, 10:36
Size
254 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 10:36 (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
24255042
Attached To
rPH Phabricator
HeraldSupportFieldGroup.php
View Options
<?php
final
class
HeraldSupportFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'support'
;
public
function
getGroupLabel
()
{
return
pht
(
'Supporting Applications'
);
}
protected
function
getGroupOrder
()
{
return
3000
;
}
}
Event Timeline
Log In to Comment