Page MenuHomec4science

ReleephOriginalCommitFieldSpecification.php
No OneTemporary

File Metadata

Created
Tue, Dec 24, 18:29

ReleephOriginalCommitFieldSpecification.php

<?php
final class ReleephOriginalCommitFieldSpecification
extends ReleephFieldSpecification {
public function getName() {
return 'Commit';
}
public function renderValueForHeaderView() {
$rr = $this->getReleephRequest();
$handles = $rr->getHandles();
return $handles[$rr->getRequestCommitPHID()]->renderLink();
}
}

Event Timeline