Page MenuHomePhabricator
Diviner Phabricator Tech Docs ManiphestReportController

final class ManiphestReportController
Phabricator Technical Documentation (Maniphest)

This class is not documented.

Methods

public function buildApplicationMenu()
Inherited

This method is not documented.
Return
wild

public function buildSideNavView()
Inherited

This method is not documented.
Return
wild

protected function buildApplicationCrumbs()
Inherited

This method is not documented.
Return
wild

final protected function newTaskGraphDropdownMenu($task, $has_parents, $has_subtasks, $include_standalone)
Inherited

This method is not documented.
Parameters
ManiphestTask$task
$has_parents
$has_subtasks
$include_standalone
Return
wild

final protected function newTaskGraphOverflowView($task, $overflow_message, $include_standalone)
Inherited

This method is not documented.
Parameters
ManiphestTask$task
$overflow_message
$include_standalone
Return
wild

public function handleRequest($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

public function renderBurn()

This method is not documented.
Return
wild

private function renderReportFilters($tokens, $has_window)

This method is not documented.
Parameters
array$tokens
$has_window
Return
wild

private function buildSeries($data)

This method is not documented.
Parameters
array$data
Return
wild

private function formatBurnRow($label, $info)

This method is not documented.
Parameters
$label
$info
Return
wild

public function renderOpenTasks()

This method is not documented.
Return
wild

private function loadRecentlyClosedTasks()

Load all the tasks that have been recently closed.

Return
wild

private function getWindow()

Parse the "Recently Means" filter into:

  • A string representation, like "12 AM 7 days ago" (default);
  • a locale-aware epoch representation; and
  • a possible error.
Return
wild

private function renderOldest($tasks)

This method is not documented.
Parameters
array$tasks
Return
wild