Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105309533
NuanceSourceTransaction.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, Mar 16, 05:03
Size
385 B
Mime Type
text/x-php
Expires
Tue, Mar 18, 05:03 (2 d)
Engine
blob
Format
Raw Data
Handle
24914758
Attached To
rPH Phabricator
NuanceSourceTransaction.php
View Options
<?php
final
class
NuanceSourceTransaction
extends
NuanceTransaction
{
public
function
getApplicationTransactionType
()
{
return
NuanceSourcePHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
new
NuanceSourceTransactionComment
();
}
public
function
getBaseTransactionClass
()
{
return
'NuanceSourceTransactionType'
;
}
}
Event Timeline
Log In to Comment