Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93086555
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
Tue, Nov 26, 02:53
Size
395 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 02:53 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22568253
Attached To
rPH Phabricator
PhabricatorConpherencePreferencesSettingsPanel.php
View Options
<?php
final
class
PhabricatorConpherencePreferencesSettingsPanel
extends
PhabricatorEditEngineSettingsPanel
{
const
PANELKEY
=
'conpherence'
;
public
function
getPanelName
()
{
return
pht
(
'Conpherence'
);
}
public
function
getPanelGroupKey
()
{
return
PhabricatorSettingsApplicationsPanelGroup
::
PANELGROUPKEY
;
}
public
function
isTemplatePanel
()
{
return
true
;
}
}
Event Timeline
Log In to Comment