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