3 final class ReleephRevisionFieldSpecification
4 extends ReleephFieldSpecification
{
6 public function getFieldKey() {
10 public function getName() {
11 return pht('Revision');
14 public function getRequiredHandlePHIDsForPropertyView() {
15 $requested_object = $this->getObject()->getRequestedObjectPHID();
16 if (!($requested_object instanceof DifferentialRevision
)) {
21 $requested_object->getPHID(),
25 public function renderPropertyViewValue(array $handles) {
26 return $this->renderHandleList($handles);