Page MenuHomestyx hydra

ReleephBranchCommitFieldSpecification.php
No OneTemporary

ReleephBranchCommitFieldSpecification.php

<?php
final class ReleephBranchCommitFieldSpecification
extends ReleephFieldSpecification {
public function getFieldKey() {
return 'commit';
}
public function getName() {
return pht('Commit');
}
public function getRequiredHandlePHIDsForPropertyView() {
$pull = $this->getReleephRequest();
if ($pull->getCommitPHID()) {
return array($pull->getCommitPHID());
}
return array();
}
public function renderPropertyViewValue(array $handles) {
return $this->renderHandleList($handles);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 5, 3:12 PM (5 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
320971
Default Alt Text
ReleephBranchCommitFieldSpecification.php (541 B)

Event Timeline