Page MenuHomePhorge

ReleephBranchCommitFieldSpecification.php
No OneTemporary

Size
536 B
Referenced Files
None
Subscribers
None

ReleephBranchCommitFieldSpecification.php

<?php
final class ReleephBranchCommitFieldSpecification
extends ReleephFieldSpecification {
public function getFieldKey() {
return 'commit';
}
public function getName() {
return '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
Sun, Jun 29, 9:31 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
264816
Default Alt Text
ReleephBranchCommitFieldSpecification.php (536 B)

Event Timeline