Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorDashboardChartPanelType

final class PhabricatorDashboardChartPanelType
Phabricator Technical Documentation (Dashboard)

This class is not documented.

Methods

public function getPanelTypeKey()

This method is not documented.
Return
wild

public function getPanelTypeName()

This method is not documented.
Return
wild

public function getPanelTypeDescription()

This method is not documented.
Return
wild

public function getIcon()

This method is not documented.
Return
wild

public function renderPanelContent($viewer, $panel, $engine)

This method is not documented.
Parameters
PhabricatorUser$viewer
PhabricatorDashboardPanel$panel
PhabricatorDashboardPanelRenderingEngine$engine
Return
wild

public function shouldRenderAsync()
Inherited

PhabricatorDashboardPanelType

Should this panel pull content in over AJAX?

Normally, panels use AJAX to render their content. This makes the page interactable sooner, allows panels to render in parallel, and prevents one slow panel from slowing everything down.

However, some panels are very cheap to build (i.e., no expensive service calls or complicated rendering). In these cases overall performance can be improved by disabling async rendering so the panel rendering happens in the same process.

Return
boolTrue to enable asynchronous rendering when appropriate.

public function adjustPanelHeader($viewer, $panel, $engine, $header)

This method is not documented.
Parameters
PhabricatorUser$viewer
PhabricatorDashboardPanel$panel
PhabricatorDashboardPanelRenderingEngine$engine
PHUIHeaderView$header
Return
wild

public static function getAllPanelTypes()
Inherited

This method is not documented.
Return
wild

final public function getEditEngineFields($panel)
Inherited

This method is not documented.
Parameters
PhabricatorDashboardPanel$panel
Return
wild

protected function newEditEngineFields($panel)

This method is not documented.
Parameters
PhabricatorDashboardPanel$panel
Return
wild

public function getSubpanelPHIDs($panel)
Inherited

This method is not documented.
Parameters
PhabricatorDashboardPanel$panel
Return
wild

public function newHeaderEditActions($panel, $viewer, $context_phid)
Inherited

This method is not documented.
Parameters
PhabricatorDashboardPanel$panel
PhabricatorUser$viewer
$context_phid
Return
wild