Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105894779
PhabricatorAuditTransactionComment.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, Mar 20, 15:29
Size
607 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 15:29 (2 d)
Engine
blob
Format
Raw Data
Handle
25067672
Attached To
rPH Phabricator
PhabricatorAuditTransactionComment.php
View Options
<?php
final
class
PhabricatorAuditTransactionComment
extends
PhabricatorApplicationTransactionComment
{
protected
$commitPHID
;
protected
$pathID
;
protected
$isNewFile
=
0
;
protected
$lineNumber
=
0
;
protected
$lineLength
=
0
;
protected
$fixedState
;
protected
$hasReplies
=
0
;
protected
$replyToCommentPHID
;
protected
$legacyCommentID
;
public
function
getApplicationTransactionObject
()
{
return
new
PhabricatorAuditTransaction
();
}
public
function
shouldUseMarkupCache
(
$field
)
{
// Only cache submitted comments.
return
(
$this
->
getTransactionPHID
()
!=
null
);
}
}
Event Timeline
Log In to Comment