Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91168082
PhabricatorSettingsEmailPanelGroup.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
Fri, Nov 8, 14:26
Size
268 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 14:26 (2 d)
Engine
blob
Format
Raw Data
Handle
22208693
Attached To
rPH Phabricator
PhabricatorSettingsEmailPanelGroup.php
View Options
<?php
final
class
PhabricatorSettingsEmailPanelGroup
extends
PhabricatorSettingsPanelGroup
{
const
PANELGROUPKEY
=
'email'
;
public
function
getPanelGroupName
()
{
return
pht
(
'Email'
);
}
protected
function
getPanelGroupOrder
()
{
return
500
;
}
}
Event Timeline
Log In to Comment