Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102445213
DiffusionCommitHeraldFieldGroup.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 20, 19:36
Size
261 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 19:36 (2 d)
Engine
blob
Format
Raw Data
Handle
24161770
Attached To
rPH Phabricator
DiffusionCommitHeraldFieldGroup.php
View Options
<?php
final
class
DiffusionCommitHeraldFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'diffusion.commit'
;
public
function
getGroupLabel
()
{
return
pht
(
'Commit Fields'
);
}
protected
function
getGroupOrder
()
{
return
1000
;
}
}
Event Timeline
Log In to Comment