Page MenuHomePhorge
Diviner Tech Docs PhabricatorTypeaheadResult

final class PhabricatorTypeaheadResult
Phorge Technical Documentation (Typeahead)

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 setIcon($icon)

This method is not documented.
Parameters
$icon
Return
wild

public function setName($name)

This method is not documented.
Parameters
$name
Return
wild

public function setURI($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function setPHID($phid)

This method is not documented.
Parameters
$phid
Return
wild

public function setPriorityString($priority_string)

This method is not documented.
Parameters
$priority_string
Return
wild

public function setDisplayName($display_name)

This method is not documented.
Parameters
$display_name
Return
wild

public function setDisplayType($display_type)

This method is not documented.
Parameters
$display_type
Return
wild

public function setImageURI($image_uri)

This method is not documented.
Parameters
$image_uri
Return
wild

public function setPriorityType($priority_type)

This method is not documented.
Parameters
$priority_type
Return
wild

public function setImageSprite($image_sprite)

This method is not documented.
Parameters
$image_sprite
Return
wild

public function setClosed($closed)

This method is not documented.
Parameters
$closed
Return
wild

public function getName()

This method is not documented.
Return
wild

public function getDisplayName()

This method is not documented.
Return
wild

public function getIcon()

This method is not documented.
Return
wild

public function getPHID()

This method is not documented.
Return
wild

public function setUnique($unique)

This method is not documented.
Parameters
$unique
Return
wild

public function setTokenType($type)

This method is not documented.
Parameters
$type
Return
wild

public function getTokenType()

This method is not documented.
Return
wild

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 setAutocomplete($autocomplete)

This method is not documented.
Parameters
$autocomplete
Return
wild

public function getAutocomplete()

This method is not documented.
Return
wild

public function getSortKey()

This method is not documented.
Return
wild

public function getWireFormat()

This method is not documented.
Return
wild

private function getDefaultIcon()

If the datasource did not specify an icon explicitly, try to select a default based on PHID type.

Return
wild

public function getImageURI()

This method is not documented.
Return
wild

public function getClosed()

This method is not documented.
Return
wild

public function resetAttributes()

This method is not documented.
Return
wild

public function getAttributes()

This method is not documented.
Return
wild

public function addAttribute($attribute)

This method is not documented.
Parameters
$attribute
Return
wild

public function setPhase($phase)

This method is not documented.
Parameters
$phase
Return
wild

public function getPhase()

This method is not documented.
Return
wild

public function setAvailabilityColor($availability_color)

This method is not documented.
Parameters
$availability_color
Return
wild

public function getAvailabilityColor()

This method is not documented.
Return
wild