Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93587748
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
Fri, Nov 29, 23:26
Size
388 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 23:26 (2 d)
Engine
blob
Format
Raw Data
Handle
22657938
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
;
}
public
function
isTemplateField
()
{
return
false
;
}
}
Event Timeline
Log In to Comment