Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93256221
HeraldEditFieldGroup.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
Wed, Nov 27, 09:50
Size
240 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 09:50 (2 d)
Engine
blob
Format
Raw Data
Handle
22602321
Attached To
rPH Phabricator
HeraldEditFieldGroup.php
View Options
<?php
final
class
HeraldEditFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'edit'
;
public
function
getGroupLabel
()
{
return
pht
(
'Edit Attributes'
);
}
protected
function
getGroupOrder
()
{
return
4000
;
}
}
Event Timeline
Log In to Comment