Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101287948
NuanceQueueEditor.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, Feb 7, 12:22
Size
609 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 12:22 (2 d)
Engine
blob
Format
Raw Data
Handle
24131011
Attached To
rPH Phabricator
NuanceQueueEditor.php
View Options
<?php
final
class
NuanceQueueEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
()
{
return
'PhabricatorNuanceApplication'
;
}
public
function
getEditorObjectsDescription
()
{
return
pht
(
'Nuance Queues'
);
}
public
function
getTransactionTypes
()
{
$types
=
parent
::
getTransactionTypes
();
$types
[]
=
PhabricatorTransactions
::
TYPE_EDGE
;
$types
[]
=
PhabricatorTransactions
::
TYPE_COMMENT
;
$types
[]
=
PhabricatorTransactions
::
TYPE_VIEW_POLICY
;
$types
[]
=
PhabricatorTransactions
::
TYPE_EDIT_POLICY
;
return
$types
;
}
}
Event Timeline
Log In to Comment