Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108345230
NuanceQueueTransaction.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
Wed, Apr 16, 01:00
Size
379 B
Mime Type
text/x-php
Expires
Fri, Apr 18, 01:00 (2 d)
Engine
blob
Format
Raw Data
Handle
25546896
Attached To
rPH Phabricator
NuanceQueueTransaction.php
View Options
<?php
final
class
NuanceQueueTransaction
extends
NuanceTransaction
{
public
function
getApplicationTransactionType
()
{
return
NuanceQueuePHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
NuanceQueueTransactionComment
();
}
public
function
getBaseTransactionClass
()
{
return
'NuanceQueueTransactionType'
;
}
}
Event Timeline
Log In to Comment