Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2989913
PhabricatorApplicationEditor.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
994 B
Referenced Files
None
Subscribers
None
PhabricatorApplicationEditor.php
View Options
<?php
final
class
PhabricatorApplicationEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
(
)
{
return
PhabricatorApplicationsApplication
::
class
;
}
public
function
getEditorObjectsDescription
(
)
{
return
pht
(
'Application'
)
;
}
protected
function
supportsSearch
(
)
{
return
true
;
}
public
function
getTransactionTypes
(
)
{
$types
=
parent
::
getTransactionTypes
(
)
;
$types
[
]
=
PhabricatorTransactions
::
TYPE_VIEW_POLICY
;
$types
[
]
=
PhabricatorTransactions
::
TYPE_EDIT_POLICY
;
return
$types
;
}
protected
function
shouldSendMail
(
PhabricatorLiskDAO
$object
,
array
$xactions
)
{
return
false
;
}
protected
function
shouldPublishFeedStory
(
PhabricatorLiskDAO
$object
,
array
$xactions
)
{
return
true
;
}
protected
function
getMailTo
(
PhabricatorLiskDAO
$object
)
{
return
array
(
)
;
}
protected
function
getMailCC
(
PhabricatorLiskDAO
$object
)
{
return
array
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 19:40 (11 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1163477
Default Alt Text
PhabricatorApplicationEditor.php (994 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment