Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891000
DiffusionRepositoryHistoryManagementPanel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
451 B
Referenced Files
None
Subscribers
None
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
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 14:27 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125499
Default Alt Text
DiffusionRepositoryHistoryManagementPanel.php (451 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment