Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92697804
DiffusionRepositoryHistoryManagementPanel.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, 21:28
Size
523 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 21:28 (2 d)
Engine
blob
Format
Raw Data
Handle
22478189
Attached To
rPH Phabricator
DiffusionRepositoryHistoryManagementPanel.php
View Options
<?php
final
class
DiffusionRepositoryHistoryManagementPanel
extends
DiffusionRepositoryManagementPanel
{
const
PANELKEY
=
'history'
;
public
function
getManagementPanelLabel
()
{
return
pht
(
'History'
);
}
public
function
getManagementPanelOrder
()
{
return
2000
;
}
public
function
getManagementPanelIcon
()
{
return
'fa-list-ul'
;
}
public
function
buildManagementPanelContent
()
{
return
$this
->
newTimeline
();
}
public
function
buildManagementPanelCurtain
()
{
return
null
;
}
}
Event Timeline
Log In to Comment