Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106307729
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
Mon, Mar 24, 17:14
Size
608 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 17:14 (2 d)
Engine
blob
Format
Raw Data
Handle
25164934
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
;
}
// c4science customization
public
function
allowAccess
()
{
return
true
;
}
public
function
getManagementPanelIcon
()
{
return
'fa-list-ul'
;
}
public
function
buildManagementPanelContent
()
{
return
$this
->
newTimeline
();
}
public
function
buildManagementPanelCurtain
()
{
return
null
;
}
}
Event Timeline
Log In to Comment