getFieldName(); } public function getRequiredHandlePHIDsForPropertyView() { return PhabricatorEdgeQuery::loadDestinationPHIDs( $this->getObject()->getPHID(), PhabricatorEdgeConfig::TYPE_DREV_DEPENDED_ON_BY_DREV); } public function renderPropertyViewValue(array $handles) { return $this->renderHandleList($handles); } }