Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F549503
PholioMockHasTaskRelationship.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
814 B
Referenced Files
None
Subscribers
None
PholioMockHasTaskRelationship.php
View Options
<?php
final
class
PholioMockHasTaskRelationship
extends
PholioMockRelationship
{
const
RELATIONSHIPKEY
=
'mock.has-task'
;
public
function
getEdgeConstant
()
{
return
PholioMockHasTaskEdgeType
::
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, 2:10 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
101947
Default Alt Text
PholioMockHasTaskRelationship.php (814 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment