Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorChartFunctionLabel

final class PhabricatorChartFunctionLabel
Phorge Technical Documentation (Fact)

This class is not documented.

Methods

public function setKey($key)

This method is not documented.
Parameters
$key
Return
wild

public function getKey()

This method is not documented.
Return
stringInternal identifier of the line, e.g. "moved-in"

public function setName($name)

This method is not documented.
Parameters
$name
Return
wild

public function getName()

This method is not documented.
Return
stringUser-visible label describing what the line represents, e.g. "Open Tasks"

public function setColor($color)

This method is not documented.
Parameters
$color
Return
wild

public function getColor()

This method is not documented.
Return
stringColor of the line, such as 'rgba(128, 128, 200, 1)'

public function setIcon($icon)

This method is not documented.
Parameters
$icon
Return
wild

public function getIcon()

This method is not documented.
Return
wild

public function setFillColor($fill_color)

This method is not documented.
Parameters
$fill_color
Return
wild

public function getFillColor()

This method is not documented.
Return
stringColor of the area, such as 'rgba(128, 128, 200, 0.15)'

public function toWireFormat()

This method is not documented.
Return
array