Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92697944
PhabricatorObjectMentionedByObject.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
Fri, Nov 22, 21:30
Size
470 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 21:30 (2 d)
Engine
blob
Format
Raw Data
Handle
22489433
Attached To
rPH Phabricator
PhabricatorObjectMentionedByObject.php
View Options
<?php
final
class
PhabricatorObjectMentionedByObject
extends
PhabricatorEdgeType
{
const
EDGECONST
=
51
;
public
function
getInverseEdgeConstant
()
{
return
PhabricatorObjectMentionsObject
::
EDGECONST
;
}
public
function
shouldWriteInverseTransactions
()
{
return
true
;
}
public
function
getTransactionAddString
(
$actor
,
$add_count
,
$add_edges
)
{
return
pht
(
'%s mentioned this in %s.'
,
$actor
,
$add_edges
);
}
}
Event Timeline
Log In to Comment