Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99260576
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
Wed, Jan 22, 20:57
Size
274 B
Mime Type
text/x-php
Expires
Fri, Jan 24, 20:57 (2 d)
Engine
blob
Format
Raw Data
Handle
23755895
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