getAdapter()->loadDifferentialRevision(); if (!$revision) { return array(); } return $revision->getReviewerPHIDs(); } protected function getHeraldFieldStandardType() { return self::STANDARD_PHID_LIST; } protected function getDatasource() { return new PhabricatorProjectOrUserDatasource(); } }