Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F21409777
DiffusionCommitHasTaskRelationship.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Fri, Jul 31, 11:24 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16386088
Default Alt Text
DiffusionCommitHasTaskRelationship.php (831 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment