Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122922112
LegalpadTransactionComment.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
Tue, Jul 22, 23:01
Size
530 B
Mime Type
text/x-php
Expires
Thu, Jul 24, 23:01 (2 d)
Engine
blob
Format
Raw Data
Handle
27575315
Attached To
rPH Phabricator
LegalpadTransactionComment.php
View Options
<?php
/**
* @group legalpad
*/
final
class
LegalpadTransactionComment
extends
PhabricatorApplicationTransactionComment
{
protected
$documentID
;
protected
$lineNumber
;
protected
$lineLength
;
protected
$fixedState
;
protected
$hasReplies
=
0
;
protected
$replyToCommentPHID
;
public
function
getApplicationTransactionObject
()
{
return
new
LegalpadTransaction
();
}
public
function
shouldUseMarkupCache
(
$field
)
{
// Only cache submitted comments.
return
(
$this
->
getTransactionPHID
()
!=
null
);
}
}
Event Timeline
Log In to Comment