[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/releeph/field/specification/ -> ReleephOriginalCommitFieldSpecification.php (source)

   1  <?php
   2  
   3  final class ReleephOriginalCommitFieldSpecification
   4    extends ReleephFieldSpecification {
   5  
   6    public function getFieldKey() {
   7      return 'commit:name';
   8    }
   9  
  10    public function getName() {
  11      return 'Commit';
  12    }
  13  
  14    public function getRequiredHandlePHIDsForPropertyView() {
  15      return array(
  16        $this->getReleephRequest()->getRequestCommitPHID(),
  17      );
  18    }
  19  
  20  
  21    public function renderPropertyViewValue(array $handles) {
  22      return $this->renderHandleList($handles);
  23    }
  24  
  25  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1