Page MenuHomePhorge

PholioMockInlineTransaction.php
No OneTemporary

Size
620 B
Referenced Files
None
Subscribers
None

PholioMockInlineTransaction.php

<?php
final class PholioMockInlineTransaction
extends PholioMockTransactionType {
const TRANSACTIONTYPE = 'inline';
public function generateOldValue($object) {
return null;
}
public function getTitle() {
return pht(
'%s added inline comment(s).',
$this->renderAuthor());
}
public function getTitleForFeed() {
return pht(
'%s added an inline comment to %s.',
$this->renderAuthor(),
$this->renderObject());
}
public function getIcon() {
return 'fa-comment';
}
public function getTransactionHasEffect($object, $old, $new) {
return true;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 3, 6:14 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62497
Default Alt Text
PholioMockInlineTransaction.php (620 B)

Event Timeline