Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93929890
PhabricatorSettingsApplicationsPanelGroup.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, Dec 2, 14:24
Size
289 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 14:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22726249
Attached To
rPH Phabricator
PhabricatorSettingsApplicationsPanelGroup.php
View Options
<?php
final
class
PhabricatorSettingsApplicationsPanelGroup
extends
PhabricatorSettingsPanelGroup
{
const
PANELGROUPKEY
=
'applications'
;
public
function
getPanelGroupName
()
{
return
pht
(
'Applications'
);
}
protected
function
getPanelGroupOrder
()
{
return
200
;
}
}
Event Timeline
Log In to Comment