public function getInvolvedUsers()
public function getInvolvedUsers()
Get the PHIDs of all user accounts involved in a PhabricatorLiskDAO object
Return
| array<string> | User PHIDs |
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.
Get the PHIDs of all user accounts involved in a PhabricatorLiskDAO object
| array<string> | User PHIDs |