Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107056289
DifferentialConflictsCommitMessageField.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, Apr 4, 01:54
Size
389 B
Mime Type
text/x-php
Expires
Sun, Apr 6, 01:54 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25323812
Attached To
rPH Phabricator
DifferentialConflictsCommitMessageField.php
View Options
<?php
final
class
DifferentialConflictsCommitMessageField
extends
DifferentialCommitMessageField
{
const
FIELDKEY
=
'conflicts'
;
public
function
getFieldName
()
{
return
pht
(
'Conflicts'
);
}
public
function
getFieldOrder
()
{
return
900000
;
}
public
function
isFieldEditable
()
{
return
false
;
}
public
function
isTemplateField
()
{
return
false
;
}
}
Event Timeline
Log In to Comment