Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95913739
NuanceRequestorTransaction.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
Fri, Dec 20, 14:37
Size
394 B
Mime Type
text/x-php
Expires
Sun, Dec 22, 14:37 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
23068097
Attached To
rPH Phabricator
NuanceRequestorTransaction.php
View Options
<?php
final
class
NuanceRequestorTransaction
extends
NuanceTransaction
{
const
PROPERTY_KEY
=
'property.key'
;
const
TYPE_PROPERTY
=
'nuance.requestor.property'
;
public
function
getApplicationTransactionType
()
{
return
NuanceRequestorPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
NuanceRequestorTransactionComment
();
}
}
Event Timeline
Log In to Comment