Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112103815
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
Wed, May 7, 17:13
Size
377 B
Mime Type
text/x-php
Expires
Fri, May 9, 17:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26016199
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
buildManagementPanelContent
()
{
return
$this
->
newTimeline
();
}
}
Event Timeline
Log In to Comment