Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97546492
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
Sun, Jan 5, 03:59
Size
253 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 03:59 (2 d)
Engine
blob
Format
Raw Data
Handle
23424601
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