Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93173520
PhabricatorSettingsDeveloperPanelGroup.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
Tue, Nov 26, 18:39
Size
280 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 18:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22582278
Attached To
rPH Phabricator
PhabricatorSettingsDeveloperPanelGroup.php
View Options
<?php
final
class
PhabricatorSettingsDeveloperPanelGroup
extends
PhabricatorSettingsPanelGroup
{
const
PANELGROUPKEY
=
'developer'
;
public
function
getPanelGroupName
()
{
return
pht
(
'Developer'
);
}
protected
function
getPanelGroupOrder
()
{
return
400
;
}
}
Event Timeline
Log In to Comment