Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93637274
PhabricatorSettingsAccountPanelGroup.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
Sat, Nov 30, 08:27
Size
274 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 08:27 (2 d)
Engine
blob
Format
Raw Data
Handle
22679578
Attached To
rPH Phabricator
PhabricatorSettingsAccountPanelGroup.php
View Options
<?php
final
class
PhabricatorSettingsAccountPanelGroup
extends
PhabricatorSettingsPanelGroup
{
const
PANELGROUPKEY
=
'account'
;
public
function
getPanelGroupName
()
{
return
pht
(
'Account'
);
}
protected
function
getPanelGroupOrder
()
{
return
100
;
}
}
Event Timeline
Log In to Comment