Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91502693
PhabricatorPackagesEditEngine.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
Mon, Nov 11, 17:37
Size
253 B
Mime Type
text/x-php
Expires
Wed, Nov 13, 17:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22273667
Attached To
rPH Phabricator
PhabricatorPackagesEditEngine.php
View Options
<?php
abstract
class
PhabricatorPackagesEditEngine
extends
PhabricatorEditEngine
{
public
function
isEngineConfigurable
()
{
return
false
;
}
public
function
getEngineApplicationClass
()
{
return
'PhabricatorPackagesApplication'
;
}
}
Event Timeline
Log In to Comment