Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91667416
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
Wed, Nov 13, 06:48
Size
488 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 06:48 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22302359
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