Page MenuHomestyx hydra

DifferentialTransactionComment.php
No OneTemporary

DifferentialTransactionComment.php

<?php
final class DifferentialTransactionComment
extends PhabricatorApplicationTransactionComment {
protected $revisionPHID;
protected $changesetID;
protected $isNewFile;
protected $lineNumber;
protected $lineLength;
protected $fixedState;
protected $hasReplies = 0;
protected $replyToCommentPHID;
protected $legacyCommentID;
public function getApplicationTransactionObject() {
return new DifferentialTransaction();
}
public function shouldUseMarkupCache($field) {
// Only cache submitted comments.
return ($this->getTransactionPHID() != null);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 30, 7:48 PM (3 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
429689
Default Alt Text
DifferentialTransactionComment.php (593 B)

Event Timeline