Page MenuHomePhorge

PhabricatorPasteTransactionComment.php
No OneTemporary

Size
408 B
Referenced Files
None
Subscribers
None

PhabricatorPasteTransactionComment.php

<?php
final class PhabricatorPasteTransactionComment
extends PhabricatorApplicationTransactionComment {
protected $lineNumber;
protected $lineLength;
public function getApplicationTransactionObject() {
return new PhabricatorPasteTransaction();
}
public function shouldUseMarkupCache($field) {
// Only cache submitted comments.
return ($this->getTransactionPHID() != null);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 12:13 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
108387
Default Alt Text
PhabricatorPasteTransactionComment.php (408 B)

Event Timeline