Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2347858
PhabricatorFileTransactionComment.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
377 B
Referenced Files
None
Subscribers
None
PhabricatorFileTransactionComment.php
View Options
<?php
/**
* @group file
*/
final
class
PhabricatorFileTransactionComment
extends
PhabricatorApplicationTransactionComment
{
public
function
getApplicationTransactionObject
()
{
return
new
PhabricatorFileTransaction
();
}
public
function
shouldUseMarkupCache
(
$field
)
{
// Only cache submitted comments.
return
(
$this
->
getTransactionPHID
()
!=
null
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 10:57 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
395675
Default Alt Text
PhabricatorFileTransactionComment.php (377 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment