Page MenuHomePhorge
Diviner Tech Docs PhabricatorProfileMenuItemView

final class PhabricatorProfileMenuItemView
Phorge Technical Documentation (Search)

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 setMenuItemConfiguration($config)

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

public function getMenuItemConfiguration()

This method is not documented.
Return
wild

public function setURI($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function getURI()

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 setIconImage($icon_image)

This method is not documented.
Parameters
$icon_image
Return
wild

public function getIconImage()

This method is not documented.
Return
wild

public function setDisabled($disabled)

This method is not documented.
Parameters
$disabled
Return
wild

public function getDisabled()

This method is not documented.
Return
wild

public function setTooltip($tooltip)

This method is not documented.
Parameters
$tooltip
Return
wild

public function getTooltip()

This method is not documented.
Return
wild

public function newAction($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function newCount($count)

This method is not documented.
Parameters
$count
Return
wild

public function newProfileImage($src)

This method is not documented.
Parameters
$src
Return
wild

public function newProgressBar($bar)

This method is not documented.
Parameters
$bar
Return
wild

public function setIsExternalLink($is_external)

This method is not documented.
Parameters
$is_external
Return
wild

public function getIsExternalLink()

This method is not documented.
Return
wild

public function setIsLabel($is_label)

This method is not documented.
Parameters
$is_label
Return
wild

public function getIsLabel()

This method is not documented.
Return
wild

public function setIsDivider($is_divider)

This method is not documented.
Parameters
$is_divider
Return
wild

public function getIsDivider()

This method is not documented.
Return
wild

private function setSpecialType($type)

This method is not documented.
Parameters
$type
Return
wild

private function isSpecialType($type)

This method is not documented.
Parameters
$type
Return
wild

public function newListItemView()

This method is not documented.
Return
wild