Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110129212
ConpherenceTransaction.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, Apr 24, 20:32
Size
488 B
Mime Type
text/x-php
Expires
Sat, Apr 26, 20:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25783895
Attached To
rPH Phabricator
ConpherenceTransaction.php
View Options
<?php
final
class
ConpherenceTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'conpherence'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorConpherenceThreadPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
ConpherenceTransactionComment
();
}
public
function
getBaseTransactionClass
()
{
return
'ConpherenceThreadTransactionType'
;
}
}
Event Timeline
Log In to Comment