Page MenuHomec4science

ReleephOriginalCommitFieldSpecification.php
No OneTemporary

File Metadata

Created
Tue, Mar 4, 18:54

ReleephOriginalCommitFieldSpecification.php

<?php
final class ReleephOriginalCommitFieldSpecification
extends ReleephFieldSpecification {
public function getFieldKey() {
return 'commit:name';
}
public function getName() {
return 'Commit';
}
public function renderPropertyViewValue(array $handles) {
$pull = $this->getReleephRequest();
return $this->slowlyLoadHandle($pull->getRequestCommitPHID())->renderLink();
}
}

Event Timeline