Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115050731
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
Thu, May 29, 12:53
Size
253 B
Mime Type
text/x-php
Expires
Sat, May 31, 12:53 (2 d)
Engine
blob
Format
Raw Data
Handle
26442464
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