Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93215254
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
Wed, Nov 27, 02:13
Size
431 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 02:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22597209
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