Page MenuHomestyx hydra

DiffusionPreCommitContentBranchesHeraldField.php
No OneTemporary

DiffusionPreCommitContentBranchesHeraldField.php

<?php
final class DiffusionPreCommitContentBranchesHeraldField
extends DiffusionPreCommitContentHeraldField {
const FIELDCONST = 'diffusion.pre.commit.branches';
public function getHeraldFieldName() {
return pht('Branches');
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->getBranches();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT_LIST;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 18, 12:55 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
433919
Default Alt Text
DiffusionPreCommitContentBranchesHeraldField.php (440 B)

Event Timeline