Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98272133
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
Sat, Jan 11, 16:12
Size
452 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 16:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23536991
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
();
}
}
Event Timeline
Log In to Comment