Differential D20474 Diff 48879 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 57 Lines • ▼ Show 20 Lines | abstract class PhabricatorDashboardPanelType extends Phobject { | ||||
| abstract protected function newEditEngineFields( | abstract protected function newEditEngineFields( | ||||
| PhabricatorDashboardPanel $panel); | PhabricatorDashboardPanel $panel); | ||||
| public function getSubpanelPHIDs(PhabricatorDashboardPanel $panel) { | public function getSubpanelPHIDs(PhabricatorDashboardPanel $panel) { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| public function newHeaderEditActions( | |||||
| PhabricatorDashboardPanel $panel, | |||||
| PhabricatorUser $viewer, | |||||
| $context_phid) { | |||||
| return array(); | |||||
| } | |||||
| } | } | ||||