Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F539331
DiffusionCommitHasTaskRelationship.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
831 B
Referenced Files
None
Subscribers
None
DiffusionCommitHasTaskRelationship.php
View Options
<?php
final
class
DiffusionCommitHasTaskRelationship
extends
DiffusionCommitRelationship
{
const
RELATIONSHIPKEY
=
'commit.has-task'
;
public
function
getEdgeConstant
()
{
return
DiffusionCommitHasTaskEdgeType
::
EDGECONST
;
}
protected
function
getActionName
()
{
return
pht
(
'Edit Tasks'
);
}
protected
function
getActionIcon
()
{
return
'fa-anchor'
;
}
public
function
canRelateObjects
(
$src
,
$dst
)
{
return
(
$dst
instanceof
ManiphestTask
);
}
public
function
getDialogTitleText
()
{
return
pht
(
'Edit Related Tasks'
);
}
public
function
getDialogHeaderText
()
{
return
pht
(
'Current Tasks'
);
}
public
function
getDialogButtonText
()
{
return
pht
(
'Save Related Tasks'
);
}
protected
function
newRelationshipSource
()
{
return
new
ManiphestTaskRelationshipSource
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 9:08 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
113961
Default Alt Text
DiffusionCommitHasTaskRelationship.php (831 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment