Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295115
DifferentialRevisionHasCommitRelationship.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
876 B
Referenced Files
None
Subscribers
None
DifferentialRevisionHasCommitRelationship.php
View Options
<?php
final
class
DifferentialRevisionHasCommitRelationship
extends
DifferentialRevisionRelationship
{
const
RELATIONSHIPKEY
=
'revision.has-commit'
;
public
function
getEdgeConstant
(
)
{
return
DifferentialRevisionHasCommitEdgeType
::
EDGECONST
;
}
protected
function
getActionName
(
)
{
return
pht
(
'Edit Commits'
)
;
}
protected
function
getActionIcon
(
)
{
return
'fa-code'
;
}
public
function
canRelateObjects
(
$src
,
$dst
)
{
return
(
$dst
instanceof
PhabricatorRepositoryCommit
)
;
}
public
function
getDialogTitleText
(
)
{
return
pht
(
'Edit Related Commits'
)
;
}
public
function
getDialogHeaderText
(
)
{
return
pht
(
'Current Commits'
)
;
}
public
function
getDialogButtonText
(
)
{
return
pht
(
'Save Related Commits'
)
;
}
protected
function
newRelationshipSource
(
)
{
return
new
DiffusionCommitRelationshipSource
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 00:54 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1199927
Default Alt Text
DifferentialRevisionHasCommitRelationship.php (876 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment