Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100709555
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
Sun, Feb 2, 02:22
Size
379 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 02:22 (2 d)
Engine
blob
Format
Raw Data
Handle
24018477
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