Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106022268
PhabricatorObjectMentionsObject.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, Mar 21, 14:58
Size
292 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 14:58 (2 d)
Engine
blob
Format
Raw Data
Handle
25046640
Attached To
rPH Phabricator
PhabricatorObjectMentionsObject.php
View Options
<?php
final
class
PhabricatorObjectMentionsObject
extends
PhabricatorEdgeType
{
const
EDGECONST
=
52
;
public
function
getInverseEdgeConstant
()
{
return
PhabricatorObjectMentionedByObject
::
EDGECONST
;
}
public
function
shouldWriteInverseTransactions
()
{
return
true
;
}
}
Event Timeline
Log In to Comment