Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98216178
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
Sat, Jan 11, 03:37
Size
649 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 03:37 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23535782
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
allowAccess
()
{
return
false
;
}
public
function
getPanelNavigationURI
()
{
return
PhabricatorEnv
::
getDoclink
(
'Diffusion User Guide: Managing Repositories'
);
}
}
Event Timeline
Log In to Comment