Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F447757
DiffusionRepositoryDocumentationManagementPanel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
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 bluegrey'
;
}
public
function
buildManagementPanelContent
()
{
return
null
;
}
public
function
getPanelNavigationURI
()
{
return
PhabricatorEnv
::
getDoclink
(
'Diffusion User Guide: Managing Repositories'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 5:25 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66626
Default Alt Text
DiffusionRepositoryDocumentationManagementPanel.php (601 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment