Page MenuHomec4science

DiffusionRepositoryManagementMainPanelGroup.php
No OneTemporary

File Metadata

Created
Wed, May 15, 18:15

DiffusionRepositoryManagementMainPanelGroup.php

<?php
final class DiffusionRepositoryManagementMainPanelGroup
extends DiffusionRepositoryManagementPanelGroup {
const PANELGROUPKEY = 'main';
// c4science customization
public function allowAccess() {
return true;
}
public function getManagementPanelGroupLabel() {
return null;
}
public function getManagementPanelGroupOrder() {
return 1000;
}
}

Event Timeline