public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
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 | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
public function getBuiltinFileKey()
public function getBuiltinFileKey()
Return
wild |
public function getBuiltinDisplayName()
public function getBuiltinDisplayName()
Return
wild |
public function loadBuiltinFileData()
public function loadBuiltinFileData()
Return
wild |
public function updateUser($user)
public function updateUser($user)
Parameters
PhabricatorUser | $user |
Return
wild |
private function getMap($map_key)
private function getMap($map_key)
Parameters
$map_key |
Return
wild |
private function pickMap($map_key, $username)
private function pickMap($map_key, $username)
Parameters
$map_key | ||
$username |
Return
wild |
public function setIcon($icon)
public function setIcon($icon)
Parameters
$icon |
Return
wild |
public function getIcon()
public function getIcon()
Return
wild |
public function setColor($color)
public function setColor($color)
Parameters
$color |
Return
wild |
public function getColor()
public function getColor()
Return
wild |
public function setBorder($border)
public function setBorder($border)
Parameters
$border |
Return
wild |
public function getBorder()
public function getBorder()
Return
wild |
private function getImageDisplayName($icon, $color, $border)
private function getImageDisplayName($icon, $color, $border)
Parameters
$icon | ||
$color | ||
$border |
Return
wild |
private function composeImage($color, $image, $border)
private function composeImage($color, $image, $border)
Parameters
$color | ||
$image | ||
$border |
Return
wild |
private static function rgba2gd($rgba)
private static function rgba2gd($rgba)
Convert a color from RGBA to a value usable in PHP-GD. Each RGB color should be expressed as an integer from 0 to 255. The Alpha Channel should be expressed as a float from 0 to 1.
Parameters
array | $rgba | array( int Red, int Green, int Blue, float Alpha ) |
Return
int |
private function newImageMap()
private function newImageMap()
Return
wild |
private function newPackMap()
private function newPackMap()
Return
wild |
private function newBorderMap()
private function newBorderMap()
Return
wild |
private function newColorMap()
private function newColorMap()
Return
wild |