Page MenuHomePhorge
Diviner Tech Docs PhabricatorEditEngineSubtype

final class PhabricatorEditEngineSubtype
Phorge Technical Documentation (Transactions)

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.

public function setKey($key)

This method is not documented.
Parameters
$key
Return
wild

public function getKey()

This method is not documented.
Return
wild

public function setName($name)

This method is not documented.
Parameters
$name
Return
wild

public function getName()

This method is not documented.
Return
wild

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 setTagText($text)

Set the text of the tag

This is usually the 'name' key of your subtype map. Sometime this is an uppercase text like 'BUG' for a 'bug' subtype name.

Parameters
string|null$text$text
Return
self

public function getTagText()

Get the text of the tag

Return
string|null

public function setColor($color)

This method is not documented.
Parameters
$color
Return
wild

public function getColor()

This method is not documented.
Return
wild

public function setChildSubtypes($child_subtypes)

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

public function getChildSubtypes()

This method is not documented.
Return
wild

public function setChildFormIdentifiers($child_identifiers)

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

public function getChildFormIdentifiers()

This method is not documented.
Return
wild

public function setMutations($mutations)

This method is not documented.
Parameters
$mutations
Return
wild

public function getMutations()

This method is not documented.
Return
wild

public function hasTagView()

This method is not documented.
Return
wild

public function newTagView()

This method is not documented.
Return
wild

public function setSubtypeFieldConfiguration($subtype_key, $configuration)

This method is not documented.
Parameters
$subtype_key
array$configuration
Return
wild

public function getSubtypeFieldConfiguration($subtype_key)

This method is not documented.
Parameters
$subtype_key
Return
wild

public static function validateSubtypeKey($subtype)

This method is not documented.
Parameters
$subtype
Return
wild

public static function validateConfiguration($config)

This method is not documented.
Parameters
$config
Return
wild

public static function newSubtypeMap($config)

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

public function newIconView()

This method is not documented.
Return
wild