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