Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98022000
PhabricatorSettingsLogsPanelGroup.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 8, 18:57
Size
278 B
Mime Type
text/x-php
Expires
Fri, Jan 10, 18:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23452487
Attached To
rPH Phabricator
PhabricatorSettingsLogsPanelGroup.php
View Options
<?php
final
class
PhabricatorSettingsLogsPanelGroup
extends
PhabricatorSettingsPanelGroup
{
const
PANELGROUPKEY
=
'logs'
;
public
function
getPanelGroupName
()
{
return
pht
(
'Sessions and Logs'
);
}
protected
function
getPanelGroupOrder
()
{
return
600
;
}
}
Event Timeline
Log In to Comment