Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105868778
DifferentialGitSVNIDCommitMessageField.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, Mar 20, 10:18
Size
327 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 10:18 (2 d)
Engine
blob
Format
Raw Data
Handle
25021707
Attached To
rPH Phabricator
DifferentialGitSVNIDCommitMessageField.php
View Options
<?php
final
class
DifferentialGitSVNIDCommitMessageField
extends
DifferentialCommitMessageField
{
const
FIELDKEY
=
'gitSVNID'
;
public
function
getFieldName
()
{
return
pht
(
'git-svn-id'
);
}
public
function
getFieldOrder
()
{
return
900001
;
}
public
function
isFieldEditable
()
{
return
false
;
}
}
Event Timeline
Log In to Comment