Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99649299
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 25, 23:45
Size
649 B
Mime Type
text/x-php
Expires
Mon, Jan 27, 23:45 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23838634
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