Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100882934
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
Mon, Feb 3, 14:29
Size
327 B
Mime Type
text/x-php
Expires
Wed, Feb 5, 14:29 (2 d)
Engine
blob
Format
Raw Data
Handle
24050375
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