Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101293611
NuanceRequestorEditor.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, 13:26
Size
617 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 13:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24131968
Attached To
rPH Phabricator
NuanceRequestorEditor.php
View Options
<?php
final
class
NuanceRequestorEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
()
{
return
'PhabricatorNuanceApplication'
;
}
public
function
getEditorObjectsDescription
()
{
return
pht
(
'Nuance Requestors'
);
}
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