Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorObjectRelationship

abstract class PhabricatorObjectRelationship
Phorge 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
string

abstract protected function getActionIcon()

This method is not documented.
Return
string

abstract public function canRelateObjects($src, $dst)

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

abstract public function getDialogTitleText()

This method is not documented.
Return
string

abstract public function getDialogHeaderText()

This method is not documented.
Return
string

abstract public function getDialogButtonText()

This method is not documented.
Return
string

public function getDialogInstructionsText()

Display additional instructions at the bottom of the dialog

Return
string|null

public function shouldAppearInActionMenu()

Whether to list the relationship action as a menu item in the "Edit Related Objects" menu in the object's side column

Return
bool

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