Differential D20399 Diff 48690 src/applications/dashboard/paneltype/PhabricatorDashboardPanelType.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/dashboard/paneltype/PhabricatorDashboardPanelType.php
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | abstract class PhabricatorDashboardPanelType extends Phobject { | ||||
| final public function getEditEngineFields(PhabricatorDashboardPanel $panel) { | final public function getEditEngineFields(PhabricatorDashboardPanel $panel) { | ||||
| return $this->newEditEngineFields($panel); | return $this->newEditEngineFields($panel); | ||||
| } | } | ||||
| abstract protected function newEditEngineFields( | abstract protected function newEditEngineFields( | ||||
| PhabricatorDashboardPanel $panel); | PhabricatorDashboardPanel $panel); | ||||
| public function getSubpanelPHIDs(PhabricatorDashboardPanel $panel) { | |||||
| return array(); | |||||
| } | |||||
| } | } | ||||