Page MenuHomePhorge

DiffusionRepositoryHistoryManagementPanel.php
No OneTemporary

DiffusionRepositoryHistoryManagementPanel.php

<?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

Mime Type
text/x-php
Expires
Mon, Jun 9, 06:36 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1766432
Default Alt Text
DiffusionRepositoryHistoryManagementPanel.php (451 B)

Event Timeline