Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97024002
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
Wed, Jan 1, 18:08
Size
530 B
Mime Type
text/x-php
Expires
Fri, Jan 3, 18:08 (2 d)
Engine
blob
Format
Raw Data
Handle
23314483
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