Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorInvolveeInterface

interface PhabricatorInvolveeInterface
Phorge Technical Documentation (Typeahead)

An object can implement this interface to allow returning all users involved in the object (e.g. authors, subscribers, reviewers, etc) and pass those users in PhabricatorRemarkupControl to the AutocompleteMap of the Typeahead datasource.

Methods

public function getInvolvedUsers()

Get the PHIDs of all user accounts involved in a PhabricatorLiskDAO object

Return
array<string>User PHIDs