Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99306379
ManiphestTaskHasMockRelationship.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
Thu, Jan 23, 07:34
Size
380 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 07:34 (2 d)
Engine
blob
Format
Raw Data
Handle
23727945
Attached To
rPH Phabricator
ManiphestTaskHasMockRelationship.php
View Options
<?php
final
class
ManiphestTaskHasMockRelationship
extends
ManiphestTaskRelationship
{
const
RELATIONSHIPKEY
=
'task.has-mock'
;
public
function
getEdgeConstant
()
{
return
ManiphestTaskHasMockEdgeType
::
EDGECONST
;
}
protected
function
getActionName
()
{
return
pht
(
'Edit Mocks'
);
}
protected
function
getActionIcon
()
{
return
'fa-camera-retro'
;
}
}
Event Timeline
Log In to Comment