Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121734835
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
Sun, Jul 13, 11:33
Size
408 B
Mime Type
text/x-php
Expires
Tue, Jul 15, 11:33 (2 d)
Engine
blob
Format
Raw Data
Handle
27381717
Attached To
rPH Phabricator
PhabricatorPasteTransactionComment.php
View Options
<?php
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