Page MenuHomec4science

PhabricatorPasteTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Jan 6, 13:35

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

Event Timeline