Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F555220
ManiphestTaskEdgeTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
607 B
Referenced Files
None
Subscribers
None
ManiphestTaskEdgeTransaction.php
View Options
<?php
final
class
ManiphestTaskEdgeTransaction
extends
ManiphestTaskTransactionType
{
const
TRANSACTIONTYPE
=
'edge'
;
public
function
generateOldValue
(
$object
)
{
return
null
;
}
public
function
shouldHide
()
{
$commit_phid
=
$this
->
getMetadataValue
(
'commitPHID'
);
$edge_type
=
$this
->
getMetadataValue
(
'edge:type'
);
if
(
$edge_type
==
ManiphestTaskHasCommitEdgeType
::
EDGECONST
)
{
if
(
$commit_phid
)
{
return
true
;
}
}
}
public
function
getActionName
()
{
return
pht
(
'Attached'
);
}
public
function
getIcon
()
{
return
'fa-thumb-tack'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:27 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
108894
Default Alt Text
ManiphestTaskEdgeTransaction.php (607 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment