Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102383379
PhabricatorPasteTransactionComment.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, Feb 20, 03:28
Size
431 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 03:28 (2 d)
Engine
blob
Format
Raw Data
Handle
24333345
Attached To
rPH Phabricator
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
);
}
}
Event Timeline
Log In to Comment