Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorProjectIconSet

final class PhabricatorProjectIconSet
Phorge Technical Documentation (Projects)

This class is not documented.

Methods

protected function newIcons()

This method is not documented.
Return
wild

final public function getIconSetKey()
Inherited

This method is not documented.
Return
wild

public function getChooseButtonText()
Inherited

This method is not documented.
Return
wild

public function getSelectIconTitleText()

This method is not documented.
Return
wild

public function getSelectURI()
Inherited

This method is not documented.
Return
wild

final public function getIcons()
Inherited

This method is not documented.
Return
wild

final public function getIcon($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

final public function getIconLabel($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

final public function renderIconForControl($icon)
Inherited

This method is not documented.
Parameters
\PhabricatorIconSetIcon$icon
Return
wild

final public static function getIconSetByKey($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

final public static function getAllIconSets()
Inherited

This method is not documented.
Return
wild

public static function getDefaultConfiguration()

This method is not documented.
Return
wild

private static function getIconSpecifications()

This method is not documented.
Return
wild

public static function getDefaultIconKey()

This method is not documented.
Return
wild

public static function getIconIcon($key)

This method is not documented.
Parameters
$key
Return
wild

public static function getIconName($key)

This method is not documented.
Parameters
$key
Return
wild

public static function getIconImage($key)

This method is not documented.
Parameters
$key
Return
wild

private static function getIconSpec($key)

This method is not documented.
Parameters
$key
Return
wild

public static function getMilestoneIconKey()

This method is not documented.
Return
wild

public static function validateConfiguration($config)

This method is not documented.
Parameters
$config
Return
wild

private static function getColorSpecifications()

This method is not documented.
Return
wild

public static function getColorMap()

This method is not documented.
Return
wild

public static function getDefaultColorKey()

This method is not documented.
Return
wild

private static function getAvailableColorKeys()

This method is not documented.
Return
wild

public static function getColorName($color_key)

This method is not documented.
Parameters
$color_key
Return
wild

public static function getDefaultColorMap()

Get the default value for the config project.colors.

The result is simple enough to be easily JSON-encoded later.

Return
arrayArray of colors. Each color is an associative array with these keys: 'key' (color key) and 'name' (translated label).

public static function validateColorConfiguration($config)

This method is not documented.
Parameters
$config
Return
wild