Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92656853
DiffusionRepositoryDocumentationManagementPanel.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 22, 11:22
Size
664 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 11:22 (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
22479515
Attached To
rPH Phabricator
DiffusionRepositoryDocumentationManagementPanel.php
View Options
<?php
final
class
DiffusionRepositoryDocumentationManagementPanel
extends
DiffusionRepositoryManagementPanel
{
const
PANELKEY
=
'documentation'
;
public
function
getManagementPanelLabel
()
{
return
pht
(
'Documentation'
);
}
public
function
getManagementPanelOrder
()
{
return
3000
;
}
public
function
getManagementPanelIcon
()
{
return
'fa-book'
;
}
public
function
buildManagementPanelContent
()
{
return
null
;
}
public
function
buildManagementPanelCurtain
()
{
return
null
;
}
public
function
getPanelNavigationURI
()
{
return
PhabricatorEnv
::
getDoclink
(
'Diffusion User Guide: Managing Repositories'
);
}
}
Event Timeline
Log In to Comment