Page MenuHomec4science

DiffusionRepositoryManagementOtherPanelGroup.php
No OneTemporary

File Metadata

Created
Thu, Apr 3, 20:10

DiffusionRepositoryManagementOtherPanelGroup.php

<?php
final class DiffusionRepositoryManagementOtherPanelGroup
extends DiffusionRepositoryManagementPanelGroup {
const PANELGROUPKEY = 'other';
public function getManagementPanelGroupLabel() {
return pht('Other');
}
public function getManagementPanelGroupOrder() {
return 9999;
}
}

Event Timeline