Page MenuHomePhorge
Diviner Tech Docs PhabricatorChartStackedAreaDataset

final class PhabricatorChartStackedAreaDataset
Phorge Technical Documentation (Fact)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

final public function getDatasetTypeKey()
Inherited

This method is not documented.
Return
wild

final public function getFunctions()
Inherited

This method is not documented.
Return
wild

final public function setFunctions($functions)
Inherited

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

final public static function getAllDatasetTypes()
Inherited

This method is not documented.
Return
wild

final public static function newFromDictionary($map)
Inherited

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

final public function getChartDisplayData($data_query)
Inherited

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query
Return
wild

protected function newChartDisplayData($data_query)

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query
Return
wild

final public function getTabularDisplayData($data_query)
Inherited

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query
Return
wild

public function setStacks($stacks)

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

public function getStacks()

This method is not documented.
Return
wild

private function getAllXValuesAsMap($data_query, $point_lists)

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query
array$point_lists
Return
wild

private function getFunctionDatapoints($data_query, $functions)

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query
array$functions
Return
wild

private function getGeometry($data_query, $point_lists)

This method is not documented.
Parameters
PhabricatorChartDataQuery$data_query
array$point_lists
Return
wild