3 final class NuanceItemCommandTransaction
4 extends NuanceItemTransactionType
{
6 const TRANSACTIONTYPE
= 'nuance.item.command';
8 public function generateOldValue($object) {
12 public function getTitle() {
13 $spec = $this->getNewValue();
14 $command_key = idx($spec, 'command', '???');
17 '%s applied a "%s" command to this item.',
18 $this->renderAuthor(),