Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F544265
NuanceItemCommandTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
442 B
Referenced Files
None
Subscribers
None
NuanceItemCommandTransaction.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment