Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890369
NuanceSourceEditor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
573 B
Referenced Files
None
Subscribers
None
NuanceSourceEditor.php
View Options
<?php
final
class
NuanceSourceEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
(
)
{
return
PhabricatorNuanceApplication
::
class
;
}
public
function
getEditorObjectsDescription
(
)
{
return
pht
(
'Nuance Sources'
)
;
}
protected
function
supportsSearch
(
)
{
return
true
;
}
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
Sun, Jan 19, 13:27 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125062
Default Alt Text
NuanceSourceEditor.php (573 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment