Page MenuHomestyx hydra

PhabricatorAuditTransactionComment.php
No OneTemporary

PhabricatorAuditTransactionComment.php

<?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);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:18 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
684563
Default Alt Text
PhabricatorAuditTransactionComment.php (607 B)

Event Timeline