Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106838790
NuanceItemTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Apr 1, 08:54
Size
417 B
Mime Type
text/x-php
Expires
Thu, Apr 3, 08:54 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25285946
Attached To
rPH Phabricator
NuanceItemTransaction.php
View Options
<?php
final
class
NuanceItemTransaction
extends
NuanceTransaction
{
const
PROPERTY_KEY
=
'property.key'
;
public
function
getApplicationTransactionType
()
{
return
NuanceItemPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
NuanceItemTransactionComment
();
}
public
function
getBaseTransactionClass
()
{
return
'NuanceItemTransactionType'
;
}
}
Event Timeline
Log In to Comment