Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F935633
NuanceItemEditor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
507 B
Referenced Files
None
Subscribers
None
NuanceItemEditor.php
View Options
<?php
final
class
NuanceItemEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
()
{
return
PhabricatorNuanceApplication
::
class
;
}
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 12:39 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
220999
Default Alt Text
NuanceItemEditor.php (507 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment