Page MenuHomePhorge
Diviner Tech Docs NuanceGitHubEventItemType

final class NuanceGitHubEventItemType
Phorge Technical Documentation (Nuance)

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 setViewer($viewer)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public function getViewer()
Inherited

This method is not documented.
Return
wild

public function setController($controller)
Inherited

This method is not documented.
Parameters
PhabricatorController$controller
Return
wild

public function getController()
Inherited

This method is not documented.
Return
wild

public function canUpdateItems()

This method is not documented.
Return
wild

final public function buildItemView($item)
Inherited

This method is not documented.
Parameters
NuanceItem$item
Return
wild

final public function buildItemWorkView($item)
Inherited

This method is not documented.
Parameters
NuanceItem$item
Return
wild

protected function newItemView($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

public function getItemTypeDisplayIcon()

This method is not documented.
Return
wild

public function getItemActions($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

public function getItemCurtainPanels($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

public function getItemTypeDisplayName()

This method is not documented.
Return
wild

public function getItemDisplayName($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

final public function updateItem($item)
Inherited

This method is not documented.
Parameters
NuanceItem$item
Return
wild

protected function updateItemFromSource($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

final public function getItemTypeConstant()
Inherited

This method is not documented.
Return
wild

final public static function getAllItemTypes()
Inherited

This method is not documented.
Return
wild

final protected function newItemAction($item, $key)
Inherited

This method is not documented.
Parameters
NuanceItem$item
$key
Return
wild

final protected function newCurtainPanel($item)
Inherited

This method is not documented.
Parameters
NuanceItem$item
Return
wild

final public function buildActionResponse($item, $action)
Inherited

This method is not documented.
Parameters
NuanceItem$item
$action
Return
wild

protected function handleAction($item, $action)

This method is not documented.
Parameters
NuanceItem$item
$action
Return
wild

final public function buildWorkCommands($item)
Inherited

This method is not documented.
Parameters
NuanceItem$item
Return
wild

final protected function newContentSource($item, $agent_phid)
Inherited

This method is not documented.
Parameters
NuanceItem$item
$agent_phid
Return
wild

protected function getActingAsPHID($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

protected function newCommand($command_key)
Inherited

This method is not documented.
Parameters
$command_key
Return
wild

private function getDoorkeeperActorRef($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

private function getDoorkeeperRef($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

private function newDoorkeeperRef()

This method is not documented.
Return
wild

private function reloadExternalObject($item, $local)

This method is not documented.
Parameters
NuanceItem$item
$local
Return
wild

private function reloadExternalActor($item, $local)

This method is not documented.
Parameters
NuanceItem$item
$local
Return
wild

private function reloadExternalRef($item, $ref, $local)

This method is not documented.
Parameters
NuanceItem$item
DoorkeeperObjectRef$ref
$local
Return
wild

private function getExternalObject($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

private function getExternalActor($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

private function newRawEvent($item)

This method is not documented.
Parameters
NuanceItem$item
Return
wild

private function newGitHubEventItemPropertyBox($item)

This method is not documented.
Parameters
$item
Return
wild

protected function handleCommand($item, $command)

This method is not documented.
Parameters
NuanceItem$item
NuanceItemCommand$command
Return
wild

private function syncItem($item, $command)

This method is not documented.
Parameters
NuanceItem$item
NuanceItemCommand$command
Return
wild