Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105832166
NuanceItemEditor.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
Thu, Mar 20, 02:43
Size
502 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 02:43 (2 d)
Engine
blob
Format
Raw Data
Handle
25004971
Attached To
rPH Phabricator
NuanceItemEditor.php
View Options
<?php
final
class
NuanceItemEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
()
{
return
'PhabricatorNuanceApplication'
;
}
public
function
getEditorObjectsDescription
()
{
return
pht
(
'Nuance Items'
);
}
public
function
getTransactionTypes
()
{
$types
=
parent
::
getTransactionTypes
();
$types
[]
=
PhabricatorTransactions
::
TYPE_VIEW_POLICY
;
$types
[]
=
PhabricatorTransactions
::
TYPE_EDIT_POLICY
;
return
$types
;
}
}
Event Timeline
Log In to Comment