Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93538560
DifferentialChangeHeraldFieldGroup.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
Fri, Nov 29, 13:47
Size
268 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 13:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22660010
Attached To
rPH Phabricator
DifferentialChangeHeraldFieldGroup.php
View Options
<?php
final
class
DifferentialChangeHeraldFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'differential.change'
;
public
function
getGroupLabel
()
{
return
pht
(
'Change Details'
);
}
protected
function
getGroupOrder
()
{
return
1500
;
}
}
Event Timeline
Log In to Comment