Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111817016
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
Mon, May 5, 06:08
Size
592 B
Mime Type
text/x-php
Expires
Wed, May 7, 06:08 (2 d)
Engine
blob
Format
Raw Data
Handle
25958670
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
getPanelNavigationURI
()
{
return
PhabricatorEnv
::
getDoclink
(
'Diffusion User Guide: Managing Repositories'
);
}
}
Event Timeline
Log In to Comment