Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105896548
ManiphestTransactionComment.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, Mar 20, 15:53
Size
340 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 15:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25067934
Attached To
rPH Phabricator
ManiphestTransactionComment.php
View Options
<?php
final
class
ManiphestTransactionComment
extends
PhabricatorApplicationTransactionComment
{
public
function
getTableName
()
{
// TODO: Remove once the "pro" stuff gets dropped.
return
'maniphest_transaction_comment'
;
}
public
function
getApplicationTransactionObject
()
{
return
new
ManiphestTransaction
();
}
}
Event Timeline
Log In to Comment