Page MenuHomec4science

PhabricatorSettingsDeveloperPanelGroup.php
No OneTemporary

File Metadata

Created
Tue, Nov 26, 14:26

PhabricatorSettingsDeveloperPanelGroup.php

<?php
final class PhabricatorSettingsDeveloperPanelGroup
extends PhabricatorSettingsPanelGroup {
const PANELGROUPKEY = 'developer';
public function getPanelGroupName() {
return pht('Developer');
}
protected function getPanelGroupOrder() {
return 400;
}
}

Event Timeline