[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/maniphest/constants/ -> ManiphestTaskPriority.php (summary)

(no description)

File Size: 85 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  getTaskPriorityMap()
  getShortNameMap()
  getColorMap()
  getDefaultPriority()
  getTaskPriorityName()
  getTaskPriorityColor()
  getConfig()

Functions
Functions that are not part of a class:

getTaskPriorityMap()   X-Ref
Get the priorities and their full descriptions.

return: map Priorities to descriptions.

getShortNameMap()   X-Ref
Get the priorities and their related short (one-word) descriptions.

return: map Priorities to short descriptions.

getColorMap()   X-Ref
Get a map from priority constants to their colors.

return: map<int, string> Priorities to colors.

getDefaultPriority()   X-Ref
Return the default priority for this instance of Phabricator.

return: int The value of the default priority constant.

getTaskPriorityName($priority)   X-Ref
Retrieve the full name of the priority level provided.

param: int     A priority level.
return: string  The priority name if the level is a valid one.

getTaskPriorityColor($priority)   X-Ref
Retrieve the color of the priority level given

param: int     A priority level.
return: string  The color of the priority if the level is valid,

getConfig()   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1