Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorPHIDResolver

abstract class PhabricatorPHIDResolver
Phabricator Technical Documentation (PHIDs)

Resolve a list of identifiers into PHIDs.

This class simplifies the process of converting a list of mixed token types (like some PHIDs and some usernames) into a list of just PHIDs.

Methods

final public function setViewer($viewer)

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

final public function getViewer()

This method is not documented.
Return
wild

final public function resolvePHIDs($phids)

This method is not documented.
Parameters
array$phids
Return
wild

abstract protected function getResolutionMap($names)

This method is not documented.
Parameters
array$names
Return
wild