Page MenuHomePhorge

NuanceItemCommandTransaction.php
No OneTemporary

Size
442 B
Referenced Files
None
Subscribers
None

NuanceItemCommandTransaction.php

<?php
final class NuanceItemCommandTransaction
extends NuanceItemTransactionType {
const TRANSACTIONTYPE = 'nuance.item.command';
public function generateOldValue($object) {
return null;
}
public function getTitle() {
$spec = $this->getNewValue();
$command_key = idx($spec, 'command', '???');
return pht(
'%s applied a "%s" command to this item.',
$this->renderAuthor(),
$command_key);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 11:49 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120927
Default Alt Text
NuanceItemCommandTransaction.php (442 B)

Event Timeline