Page MenuHomec4science

ReleephOriginalCommitFieldSpecification.php
No OneTemporary

File Metadata

Created
Sat, Jun 28, 20:44

ReleephOriginalCommitFieldSpecification.php

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

Event Timeline