Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124151472
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
Thu, Jul 31, 17:00
Size
376 B
Mime Type
text/x-php
Expires
Sat, Aug 2, 17:00 (2 d)
Engine
blob
Format
Raw Data
Handle
27809647
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
900
;
}
public
function
buildManagementPanelContent
()
{
return
$this
->
newTimeline
();
}
}
Event Timeline
Log In to Comment