Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122644252
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
Mon, Jul 21, 08:23
Size
511 B
Mime Type
text/x-php
Expires
Wed, Jul 23, 08:23 (2 d)
Engine
blob
Format
Raw Data
Handle
27533003
Attached To
rPH Phabricator
NuanceItemTransaction.php
View Options
<?php
final
class
NuanceItemTransaction
extends
NuanceTransaction
{
const
PROPERTY_KEY
=
'property.key'
;
const
TYPE_OWNER
=
'nuance.item.owner'
;
const
TYPE_REQUESTOR
=
'nuance.item.requestor'
;
const
TYPE_SOURCE
=
'nuance.item.source'
;
const
TYPE_PROPERTY
=
'nuance.item.property'
;
public
function
getApplicationTransactionType
()
{
return
NuanceItemPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
NuanceItemTransactionComment
();
}
}
Event Timeline
Log In to Comment