Page MenuHomePhorge

PhabricatorPasteTransactionComment.php
No OneTemporary

Size
431 B
Referenced Files
None
Subscribers
None

PhabricatorPasteTransactionComment.php

<?php
/**
* @group paste
*/
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
Sun, Jun 29, 10:12 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259051
Default Alt Text
PhabricatorPasteTransactionComment.php (431 B)

Event Timeline