3 final class ReleephAuthorFieldSpecification
4 extends ReleephFieldSpecification
{
6 public function getFieldKey() {
10 public function getName() {
14 public function getRequiredHandlePHIDsForPropertyView() {
15 $pull = $this->getReleephRequest();
16 $commit = $pull->loadPhabricatorRepositoryCommit();
21 $author_phid = $commit->getAuthorPHID();
26 return array($author_phid);
29 public function renderPropertyViewValue(array $handles) {
30 return $this->renderHandleList($handles);