Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99126797
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
Mon, Jan 20, 20:33
Size
254 B
Mime Type
text/x-php
Expires
Wed, Jan 22, 20:33 (2 d)
Engine
blob
Format
Raw Data
Handle
23711404
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