Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102782917
PhabricatorConpherencePreferencesSettingsPanel.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, Feb 24, 03:39
Size
347 B
Mime Type
text/x-php
Expires
Wed, Feb 26, 03:39 (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
24423459
Attached To
rPH Phabricator
PhabricatorConpherencePreferencesSettingsPanel.php
View Options
<?php
final
class
PhabricatorConpherencePreferencesSettingsPanel
extends
PhabricatorEditEngineSettingsPanel
{
const
PANELKEY
=
'conpherence'
;
public
function
getPanelName
()
{
return
pht
(
'Conpherence Preferences'
);
}
public
function
getPanelGroupKey
()
{
return
PhabricatorSettingsApplicationsPanelGroup
::
PANELGROUPKEY
;
}
}
Event Timeline
Log In to Comment