Page MenuHomestyx hydra

DiffusionPreCommitContentPusherIsCommitterHeraldField.php
No OneTemporary

DiffusionPreCommitContentPusherIsCommitterHeraldField.php

<?php
final class DiffusionPreCommitContentPusherIsCommitterHeraldField
extends DiffusionPreCommitContentHeraldField {
const FIELDCONST = 'diffusion.pre.content.pusher.is-committer';
public function getHeraldFieldName() {
return pht('Pusher is committer');
}
public function getHeraldFieldValue($object) {
$pusher = $this->getAdapter()->getHookEngine()->getViewer()->getPHID();
$committer = $this->getAdapter()->getCommitterPHID();
return ($pusher === $committer);
}
protected function getHeraldFieldStandardType() {
return HeraldField::STANDARD_BOOL;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 2, 8:08 PM (3 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432718
Default Alt Text
DiffusionPreCommitContentPusherIsCommitterHeraldField.php (599 B)

Event Timeline