Page MenuHomestyx hydra

LegalpadTransactionComment.php
No OneTemporary

LegalpadTransactionComment.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Jan 15, 2:01 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
614960
Default Alt Text
LegalpadTransactionComment.php (530 B)

Event Timeline