Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122209912
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
Wed, Jul 16, 16:31
Size
380 B
Mime Type
text/x-php
Expires
Fri, Jul 18, 16:31 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27450698
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