Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105919042
PhabricatorPackagesEditor.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, 19:47
Size
382 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 19:47 (2 d)
Engine
blob
Format
Raw Data
Handle
25043847
Attached To
rPH Phabricator
PhabricatorPackagesEditor.php
View Options
<?php
abstract
class
PhabricatorPackagesEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
()
{
return
'PhabricatorPasteApplication'
;
}
protected
function
supportsSearch
()
{
return
true
;
}
protected
function
shouldPublishFeedStory
(
PhabricatorLiskDAO
$object
,
array
$xactions
)
{
return
true
;
}
}
Event Timeline
Log In to Comment