Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorObjectRelationship

abstract class PhabricatorObjectRelationship
Phabricator Technical Documentation (Search)

This class is not documented.

Methods

public function setViewer($viewer)

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

public function getViewer()

This method is not documented.
Return
wild

public function setContentSource($content_source)

This method is not documented.
Parameters
PhabricatorContentSource$content_source
Return
wild

public function getContentSource()

This method is not documented.
Return
wild

final public function getRelationshipConstant()

This method is not documented.
Return
wild

abstract public function isEnabledForObject($object)

This method is not documented.
Parameters
$object
Return
wild

abstract public function getEdgeConstant()

This method is not documented.
Return
wild

abstract protected function getActionName()

This method is not documented.
Return
wild

abstract protected function getActionIcon()

This method is not documented.
Return
wild

abstract public function canRelateObjects($src, $dst)

This method is not documented.
Parameters
$src
$dst
Return
wild

abstract public function getDialogTitleText()

This method is not documented.
Return
wild

abstract public function getDialogHeaderText()

This method is not documented.
Return
wild

abstract public function getDialogButtonText()

This method is not documented.
Return
wild

public function getDialogInstructionsText()

This method is not documented.
Return
wild

public function shouldAppearInActionMenu()

This method is not documented.
Return
wild

protected function isActionEnabled($object)

This method is not documented.
Parameters
$object
Return
wild
This method is not documented.
Return
wild

final public function newSource()

This method is not documented.
Return
wild

abstract protected function newRelationshipSource()

This method is not documented.
Return
wild

final public function getSourceURI($object)

This method is not documented.
Parameters
$object
Return
wild

final public function newAction($object)

This method is not documented.
Parameters
$object
Return
wild

final public static function getAllRelationships()

This method is not documented.
Return
wild

private function getActionURI($object)

This method is not documented.
Parameters
$object
Return
wild

public function getMaximumSelectionSize()

This method is not documented.
Return
wild

public function canUndoRelationship()

This method is not documented.
Return
wild

public function willUpdateRelationships($object, $add, $rem)

This method is not documented.
Parameters
$object
array$add
array$rem
Return
wild

public function didUpdateRelationships($object, $add, $rem)

This method is not documented.
Parameters
$object
array$add
array$rem
Return
wild